hashcat Forum

Full Version: problem with user:hash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ") ?
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.