Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Identical username password case
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

My hash file is in format username:password
Is there a way to catch those cases when username=password?
cut -d: -f1 hashfile >usernames, then use usernames as a wordlist.
Thanks epixoip for the update, so I understand that there's no rule or built-in method to catch those cases in hashcat, correct?
correct