Skip to content

Instantly share code, notes, and snippets.

@sckalath
Created November 7, 2014 03:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sckalath/a5f40f7a10379553c3cd to your computer and use it in GitHub Desktop.
Save sckalath/a5f40f7a10379553c3cd 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