Hashcatplus wont even start
#1
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..."
[Image: d120b5de9fb11af68f52b22cafb0064b.png]
#2
you didn't give it a wordlist, so it's trying to read one from stdin.
#3
Using the "straight" method it doesnt have the option for wordlist

http://gyazo.com/4cd955fdb463c2f1e876e12c907b2813.png
#4
fixed:

put mode on bruteforce and it works fine now o-O stupid me.
#5
(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.
#6
Go to the tab "Wordlists and Markov" and add some word lists. Blandy's HashcatGUI works fine if you know how to use it Smile.