hashcat Forum
Using only associated word as wordlist - 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: Using only associated word as wordlist (/thread-9318.html)



Using only associated word as wordlist - Commanche4 - 06-20-2020

Hi, I have made a list like username:hash

Can I somehow use the username associated with the hash on every line as the only guess?

I can put all the usernames in a wordlist, but I am only interested in finding out if the username is used as the password. It would significantly speed up the test if only one guess is made for each hash, and not the entire username database for each hash.


RE: Using only associated word as wordlist - Chick3nman - 06-20-2020

You are looking for "Single Mode". We do not currently support this as it is fairly inefficient on GPUs with our attack architecture. JTR supports this, but forces the use of some rules for workload tuning. You should probably try that out.


RE: Using only associated word as wordlist - Commanche4 - 06-23-2020

That worked beautifully! Thanks for the tip.