[Help] Username:Hash to Username:Plaintext - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: [Help] Username:Hash to Username:Plaintext (/thread-5162.html) |
[Help] Username:Hash to Username:Plaintext - Sheeple - 02-11-2016 I've been using hashcat for a while, I have a good rig and a good wordlist. I have no problem cracking hashes. Someone gave me a list user : hash : salt . I know --username ignores the email and cracks the hashes,great. In cudaHashcat.pot it saves the hashes as hash : salt : plain. I have no issue with this until now... The person wants a file Username : Plaintext only. How can I do this. I tried: oclhashcat.exe --username --outfile-format=2 --show --quiet -r rule.rule -m 20 hashlist.txt dic.txt in my .bat file It refuses to work and says Usage: oclhashcat.exe [options].... hash:hashfile:hccapfile [ dictionary:mask:directory].. So is it possible to save Username : Plain into cudaHashcat.pot without the hash? Or even if the hash : salt were in the beggining hash : salt : username : plaintext because then at least I can delete the first 35chars with textmechanic. (Spaces because of smiley faces) RE: [Help] Username:Hash to Username:Plaintext - epixoip - 02-11-2016 http://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |