hashcat Forum
problem with user:hash - 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: problem with user:hash (/thread-6067.html)



problem with user:hash - wafel - 11-23-2016

hey, when I have just hashes in hash.txt file I do sth like that :


-m 0 -a 0 -o C:/cracked.txt C:hash.txt C/wordlist

but when I want to put format email:hash and I want to add --username, where should I put this "--username" ? (where exactly in " -m 0 -a 0 -o C:/cracked.txt C:hash.txt C/wordlist ") ?


RE: problem with user:hash - atom - 11-24-2016

There's no general rule, you can place it anywere you want unless getopt expects an option parameter. For example "-m 0 -a 0 -o C:/cracked.txt C:hash.txt C/wordlist --username" would be fine.