As a newbie that registered in a network security class, I was asked to hash (MD5) a password and to crack it with hashcat.
My password is "trumpette". John the ripper craked it within a few minutes but hashcat never managed to crack it.
The command I used is
Is there anything in this command line that would explain why hashcat fails?
Thank you
My password is "trumpette". John the ripper craked it within a few minutes but hashcat never managed to crack it.
The command I used is
Code:
hashcat -a 0 -m 0 -O hash_string /usr/lib/rockyou.txt
Is there anything in this command line that would explain why hashcat fails?
Thank you