hashcat Forum
Hashcat exhausted. Is it a problem with the dict. or me? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Hashcat exhausted. Is it a problem with the dict. or me? (/thread-8855.html)



Hashcat exhausted. Is it a problem with the dict. or me? - john.smith1231 - 12-30-2019

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?


RE: Hashcat exhausted. Is it a problem with the dict. or me? - philsmd - 12-30-2019

Do *NOT* post hashes

- https://hashcat.net/forum/announcement-2.html -


RE: Hashcat exhausted. Is it a problem with the dict. or me? - slyexe - 12-30-2019

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.


RE: Hashcat exhausted. Is it a problem with the dict. or me? - john.smith1231 - 12-31-2019

(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?