Identical username password case
#1
Hello,

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