-
-
Save waywardsun/b99c433c405cf806b646475487f85605 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