[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 -OAttack a hash with brutal force
Using -a 3 which is refer to a brutal force attack.
hashhc.txt (Your hash)
jbnfdsiuofhewabfsdihfdsfkjbnsafouhhashcat.exe -a 3 -m 3200 hashhc.txtLast updated on