Skip to content

Instantly share code, notes, and snippets.

@elsmr
Created November 22, 2016 16:52
Show Gist options
  • Save elsmr/9a4fa0621a3f883ef17a9067c0cb4eba to your computer and use it in GitHub Desktop.
Save elsmr/9a4fa0621a3f883ef17a9067c0cb4eba to your computer and use it in GitHub Desktop.

1. ptimmers

grep -E '^.{10,}$' rockyou.txt  | grep -E '^[a-zA-Z0-9_]+$' | grep -E '[[:upper:]]{1,}' | grep -E '[[:lower:]]{1,}' | grep -E '[[:digit:]]{1,}' > filtered.txt
unshadow passwd shadow > ptimmers
john --rules ptimmers --wordlist=/home/elias/filtered.txt

2. msas

cewl --depth 1 www.odisee.be/nl/missie-en-strategie -m 7 -w list.txt
hashcat -m 1800 -a 0 -o output.txt msas.hash list.txt

3. jdhoore

crunch 8 8 wxcvbn WXVBN 123456 "*!" -t ",@@@%%%^" -o list2.txt
hashcat -m 1800 -a 0 -o output2.txt jdhoore.hash list2.txt

4. Greg

git clone https://github.com/Mebus/cupp.git
cd cupp

verander cupp.cfg met instructies in google doc

cupp -i

Vul in met persoonlijke info van Greg Van Avermaet

hashcat -m 1800 -a 0 -o output.txt greg.hash greg.txt

5. Umizoomi

hashcat -m 0 -a 3 uzi.hash "?d?d?d?d?d?d?d?d?d?d?d" -o output.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment