Created
November 7, 2014 03:32
-
-
Save sckalath/a5f40f7a10379553c3cd to your computer and use it in GitHub Desktop.
password cracking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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