Skip to content

Instantly share code, notes, and snippets.

@waywardsun
Forked from sckalath/password_cracking
Created September 20, 2016 22:46
Show Gist options
  • Save waywardsun/b99c433c405cf806b646475487f85605 to your computer and use it in GitHub Desktop.
Save waywardsun/b99c433c405cf806b646475487f85605 to your computer and use it in GitHub Desktop.
password cracking
#cracks md5(unix) hash, places found passwords in found.txt, removes them from the hasth list and uses the rockyou wordlist
hashcat -m 500 -a 0 -o found.txt --remove hashes.txt /usr/share/wordlist/rockyou.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment