Crack a Password with Hashcat
Dictionary attack
./hashcat64.exe -a 0 -r ./rules/OneRuleToRuleThemAll.rule example0.hash rockyou.txt --potfile-disable -O
Brute force attack:
./hashcat64.exe -a 3 example0.hash -O
Dictionary attack
./hashcat64.exe -a 0 -r ./rules/OneRuleToRuleThemAll.rule example0.hash rockyou.txt --potfile-disable -O
Brute force attack:
./hashcat64.exe -a 3 example0.hash -O
No Comments