user:pass somehow not working - 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: user:pass somehow not working (/thread-5908.html) |
user:pass somehow not working - DutchKlee - 09-29-2016 Heyho. I heared from somebody that it is somehow possible to get user:pass in the output file if user:pass is in the input. He told me something with -m0 -a3 --outfile={outfilename} --outfile-format=2 --separator=: --username Test.txt But however I try this, the output file contains only the password without anything else. He showed me that this is working. Does anybody know how to handle this? Thanks RE: user:pass somehow not working - darkseid4nk - 09-29-2016 This is what I gathered searching the forum... You will want to use both --show and --username once your hash is in your pot file. You cannot mix --show with --outfile* --show will compare your hashlist with your potfile and show cracked hashes --username will ignore the username in your hashfile so you don't get a line length exception. Here is an example: Code: C:\hashcatbeta>hashcat64.exe -m 0 -a 3 --username testuser:098f6bcd4621d373cade4e832627b4f6 ?a?a?a?a |