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