hashcat Forum

Full Version: Hashcat exhausted. Is it a problem with the dict. or me?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hash:
[hash removed]

algorithm: SHA1 + salt


My command:
.\hashcat64.exe -m 110 -a 0 [hash removed] realuniq.lst -O

Even without -O at the end, the hashcat gets exhausted. Wat to do?
If it's not finding the password within your dictionary then it's going to be exhausted. Nothing going wrong, just not finding your password.
(12-30-2019, 11:57 PM)slyexe Wrote: [ -> ]If it's not finding the password within your dictionary then it's going to be exhausted. Nothing going wrong, just not finding your password.

So it's a problem with the dictionary?
What should I do then, keep finding until I get the right dictionary? Or should I just bruteforce it?