Hashcatplus wont even start - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Hashcatplus wont even start (/thread-2090.html) |
Hashcatplus wont even start - Maxfield4 - 02-20-2013 I'm trying to crack multiple hash's in a .txt file using straight. Here is what is being ran: Code: oclHashcat-plus64.exe -a 0 -m 0 --session=19162531 --username -o "C:\Users\G\Desktop\bars\hashcat\user-md5_found.txt" --outfile-format=2 -n 800 --remove --gpu-temp-abort=90 "C:\Users\G\Desktop\bars\G\user-md5.txt" it just hangs at "starting attack in stdin mode..." RE: Hashcatplus wont even start - epixoip - 02-20-2013 you didn't give it a wordlist, so it's trying to read one from stdin. RE: Hashcatplus wont even start - Maxfield4 - 02-20-2013 Using the "straight" method it doesnt have the option for wordlist http://gyazo.com/4cd955fdb463c2f1e876e12c907b2813.png RE: Hashcatplus wont even start - Maxfield4 - 02-20-2013 fixed: put mode on bruteforce and it works fine now o-O stupid me. RE: Hashcatplus wont even start - epixoip - 02-20-2013 (02-20-2013, 02:14 AM)Maxfield4 Wrote: Using the "straight" method it doesnt have the option for wordlist The "straight method" is a straight dictionary attack using a wordlist. If this option was unavailable to you, then the gui you are using is broken. RE: Hashcatplus wont even start - Dolphin - 02-21-2013 Go to the tab "Wordlists and Markov" and add some word lists. Blandy's HashcatGUI works fine if you know how to use it . |