--show doesnt work - 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: --show doesnt work (/thread-5347.html) |
--show doesnt work - poseidon2399 - 03-23-2016 Hello everyone The status is "cracked" as expected but --show doesnt work. I saw another thread for it saying that if you are in windows you need to download gawk and run another command but i have no idea what to do after downloading and installing gawk. The command given doesnt work. * https://hashcat.net/forum/thread-1700.html Any help would be appreciated, thanks in advance. RE: --show doesnt work - epixoip - 03-23-2016 --show works fine, your command is likely incorrect. Maybe post your command so we can see what you're doing wrong. Also see 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 RE: --show doesnt work - radix - 03-23-2016 I've got a feeling it looks something like this: Code: c:\Users\z3r0c00l\hakzor_tools\heshkat\hc64.exe -m 0 "that hot girls facebook password" -w 9 -c 1 "315 gig L33T WERDL15T.dank" --username --show --outfile="l33t.txt" --outfile-format=15 RE: --show doesnt work - epixoip - 03-23-2016 literally lol'd at .dank RE: --show doesnt work - poseidon2399 - 03-23-2016 Sorry i just started using this whole system so im pretty new. I read all the faq and some of the wiki and used google before i came here Anyway the command I use is "cudahashcat64.exe --show" And i get "usage: ..." which seems to indicate that im running the command incorrectly. I have to say I'm amazed by how fast you replied Also i notice that no file is created ( or written if i manually create it ) on the hashcat directory after using -o blah.txt. Here's the command i used in case its incorrect too: Code: cudaHashcat64.exe -m 2500 -a 3 --increment-min 9 network.hccap -i ?d?d?d?d?d?d?d?d?d -o cracked.txt EDIT: Ok from the link you posted it seems like i had to give the hash file. now i used: "cudahashcat64.exe --show network.hccap" and i get: WARNING: Hashfile 'network.hccap' in line 1 (network): Line-length exception WARNING: Hashfile 'network.hccap' in line 2 (): Line-length exception RE: --show doesnt work - philsmd - 03-23-2016 you also need to specify the hash type. How else should cudaHashcat/oclHashcat know what type of hashes it should load? (btw: all this info is mentioned on the wiki page that epixoip linked) RE: --show doesnt work - poseidon2399 - 03-23-2016 That made it work: Code: cudahashcat64.exe -m 2500 --show -o cracked.txt network.hccap Thanks for all the help and the amazing program you created |