Bash one-liner to just output NTLM Hashes
cat hashes.txt | grep ::: | awk -F: '{print $1":"$4}'
hashcat --user -m 1000 hashes.txt ~/rockyou.txt -O -r /usr/share/hashcat/rules/InsidePro-PasswordsPro.rule
Last updated 11 months ago
Was this helpful?