Hello all, I am very new to hashcat and from what I am seeing online my syntax seems to be ok but hashcat starts and immediately says "exhausted". I have tried using a rockyou.txt attack (the password is in the list) and a mask attack with filling in half of the 12 characters. The mask attack also immediately goes to "exhausted" status. My syntax is as follows:
Dictionary attack:
hashcat -m 110 -a 0 hash.txt /usr/share/hashcat/rockyou.txt
Mask attack:
hashcat -m 110 -a 3 hash.txt 481616?d?d?d?d?d?d
Thanks in advance.
Dictionary attack:
hashcat -m 110 -a 0 hash.txt /usr/share/hashcat/rockyou.txt
Mask attack:
hashcat -m 110 -a 3 hash.txt 481616?d?d?d?d?d?d
Thanks in advance.