Hashcat
Hashcat
Hashcat is considered world's fastest and most advanced password recovery Utility.
Usage I:
hashcat -r /usr/share/hashcat/rules/best64.rule --stdout hint > password.txt
hashcat -m 3200 hash password.txt --show
Usage II:
hashcat -m 1400 password.hash /usr/share/wordlists/rockyou.txt --force
Usage III:
hashcat -m 7900 -a 0 -o found.txt crack
Usage II:.hash /usr/share/wordlists/rockyou.txt --force
Error:
Solution: hashcat -m 1400 password.hash /usr/share/wordlists/rockyou.txt --force
Last updated