JTR problem
I have john the ripper on my windows xp machine. Whenever I try to crack a password I get the error "No password hashes loaded". This is single or with a wordlist defined, samme error :-S
I have a huge list of passwords in the same directory, so I tried "john -w=dic.txt" and I get "Password files required, but none specified".
Whats going on??
You should have down some research on jtr yourself there is a shitload of tutorials on google. Anyways your commands are wrong. if dic.txt is your passes and wordlist.txt is your dictionary. john-386 -w:wordlist.txt dic.txt or john-386 dic.txt There are many ways to crack so check out some tuts and you'll get it:)
I have been doing right! dic.txt is the list of passwords like this:
A a aa aal aalii aam Aani aardvark
And pass.txt is just a hash 1********U (the * are there because its a hash to one of the challenges) and I tried these commands:
john pass.txt
"No password hashes loaded"
john -w:dic.txt
"Password files required, but none specified"
john -w:dic.txt pass.txt
"No password hashes loaded"
grrr
fire-uk: Thats because you're using it wrong. The syntax is:
john [options] <file with hashes>
For more info, check out http://www.kisp.org/forum/viewtopic.php?t=15