[Hash] hashcat
Better version of john
-a
: Attack Mode-m
: Regarding hash mathod
Attack a hash with wordlist
hashcat -a 0 -m 3200 <hash> /usr/share/wordlists/rockyou.txt -w 3 -O
Attack a hash with brutal force
Using -a 3
which is refer to a brutal force attack.
hashhc.txt (Your hash)
jbnfdsiuofhewabfsdihfdsfkjbnsafouh
hashcat.exe -a 3 -m 3200 hashhc.txt
Last updated on