Identical username password case - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Identical username password case (/thread-3539.html) |
Identical username password case - dodo - 07-14-2014 Hello, My hash file is in format username:password Is there a way to catch those cases when username=password? RE: Identical username password case - epixoip - 07-14-2014 cut -d: -f1 hashfile >usernames, then use usernames as a wordlist. RE: Identical username password case - dodo - 07-14-2014 Thanks epixoip for the update, so I understand that there's no rule or built-in method to catch those cases in hashcat, correct? RE: Identical username password case - epixoip - 07-14-2014 correct |