Cracking
John The Ripper
john --format=<hash_type> <hash or hash_file>john --format=sha256 hashes_to_crack.txtjohn --wordlist=<wordlist_file> --rules <hash_file>john --incremental <hash_file>Cracking Files
<tool> <file_to_crack> > file.hash
pdf2john server_doc.pdf > server_doc.hash
john server_doc.hash
# OR
john --wordlist=<wordlist.txt> server_doc.hash locate *2john*
/usr/bin/bitlocker2john
/usr/bin/dmg2john
/usr/bin/gpg2john
/usr/bin/hccap2john
/usr/bin/keepass2john
/usr/bin/putty2john
/usr/bin/racf2john
/usr/bin/rar2john
/usr/bin/uaf2john
/usr/bin/vncpcap2john
/usr/bin/wlanhcx2john
/usr/bin/wpapcap2john
...SNIP...Hydra
CrackMapExec
Password Mutations
Hashcat Rule File
Generating Rule-based Wordlist
Hashcat Existing Rules
Generación de listas de palabras basadas en reglas
Last updated