Hashcat - cracking hashes
Last updated
Last updated
Supported on: Linux, Windows and OSX
hashcat.exe -m 1400 C:\hash.txt .\rockyou.txt
hashcat.exe -m 1400 C:\hash.txt .\wordlist1.txt .\wordlist2.txt
hashcat.exe -a 1 -m 1000 C:\hash.txt .\wordlist1.txt .\wordlist2.txt -j $- -k $! Hybrid attack:
hashcat.exe -a 6 C:\hash.txt .\wordlist.txt ?d?d Toggle case (Rule based attack):
hashcat.exe -a 0 C:\hash.txt .\wordlist.txt -r .\rules\togglecase.rule
Associative Attack Patterns:
hashcat.exe -a 6 C:\hash.txt .\sports.txt ?d?d?d?d Keyboard Walks and Patterns (interesting method uwu):
hashcat.exe -a 3 C:\hash.txt ?l?l?l?l?l?d?d?d Prince Attack for Efficient Word Combination:
hashcat.exe --prince=./wordlist1.txt C:\hash.txt Custom charset combination:
hashcat.exe -a 3 C:\hash.txt -1 ?l?d -2 ?u?s ?1?1?2?2 Cracking Linux Hashes (/etc/shadow)
500 | md5crypt $1$, MD5(Unix) | Operating-Systems 3200 | bcrypt $2*$, Blowfish(Unix) | Operating-Systems 7400 | sha256crypt $5$, SHA256(Unix) | Operating-Systems 1800 | sha512crypt $6$, SHA512(Unix) | Operating-Systems Cracking Windows Hashes (NTLM & LM)
3000 | LM | Operating-Systems 1000 | NTLM | Operating-Systems | Operating-Systems