Hashcat exhausted. Is it a problem with the dict. or me?
#1
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?
Reply
#2
Do *NOT* post hashes

- https://hashcat.net/forum/announcement-2.html -
Reply
#3
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.
Reply
#4
(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?
Reply