Skip to content

Instantly share code, notes, and snippets.

View swisskyrepo's full-sized avatar
🚩
Working from home

Swissky swisskyrepo

🚩
Working from home
View GitHub Profile
@swisskyrepo
swisskyrepo / keepass2hashcat.py
Created March 17, 2022 13:45
Python3 version of keep2hashcat.py
#!/usr/bin/python
# Python port of keepass2john from the John the Ripper suite (http://www.openwall.com/john/)
# ./keepass2john.c was written by Dhiru Kholia <dhiru.kholia at gmail.com> in March of 2012
# ./keepass2john.c was released under the GNU General Public License
# source keepass2john.c source code from: http://fossies.org/linux/john/src/keepass2john.c
#
# Python port by @harmj0y, GNU General Public License
#
@swisskyrepo
swisskyrepo / main.yml
Created March 12, 2022 23:03
Elastic EDR Ansible
---
- name: Add required dependencies.
apt:
name:
- apt-transport-https
- gnupg2
state: present
- name: Add Elasticsearch apt key.
apt_key: