Pro Tips
-
A cheat-sheet for password crackers
Source: A_cheat-sheet_for_password_crackers
CHEAT_SHEET_unix_ninja.txt -
-
Title:
Analyze and create rules for large hashlists
Author:
hashcat's developers
URL:
https://hashcat.net/wiki/doku.php?id=hashcat
Description:
Analyze and create rules for large hashlists. In some cases, this could be useful.Command:
hashcat -m 0 large_hash_list wordlist -g 500000 --debug-mode=1 --debug-file=new.rule
-g, --generate-rules | Num | Generate X random rules
--debug-file | File | Output file for debugging rules-
[ Rule Debugging Modes ] -
| Format
===+========
1 | Finding-Rule
2 | Original-Word
3 | Original-Word:Finding-Rule
4 | Original-Word:Finding-Rule:Processed-Word
5 | Original-Word:Finding-Rule:Processed-Word:Wordlist
-
-
-
Title:
Check the candidates generated by hashcat rule file
Author:
freeroute
URL:
https://paste.hashpwn.net/?e695c3709b553d0f#BX9utL4md1xmvirutURJYycRvCqRncAyhstWGMYNj9MtDescription:
Check the candidates generated by the Hashcat rule file.