Skip to main content

Hashcat

Cracking hashes

OneRuleToRuleThemAll

Download the raw file from here.

Crack a hash with OneRuleToRuleThemAll
hashcat -m <hash-type> <hash-file> <wordlist> -r OneRuleToRuleThemAll.rule
Create a mutated password list
hashcat --stdout -r OneRuleToRuleThemAll.rule <wordlist> > mutated-wordlist.txt
caution

This will generate a huge wordlist. Make sure you have enough computational power to crack it.

Unshadow

You can see how to get the unshadow tool output on this page.

hashcat -m 1800 unshadow.txt /usr/share/wordlists/rockyou.txt

Crack an NTLMv2 hash gathered with Responder

hashcat -m 5600 <hash> <wordlist>