Problem with comand line and -m mode!
#1
Hi!

I have a new problem!
I want to crack DomainCachedCredentials; the mode is -m 1100
I have my
uncracked hashes in the file uncracked.txt and want the
cracked hashes to be listed in cracked.txt.
The wordlist is called wl.txt.
All three files are in the same folder as oclhashcat.exe.
Now I wrote following command:

oclhashcat.exe -m 1100 -o cracked.txt uncracked.txt wl.txt

Whats wrong about it?
It doesn´t work!

Thanks to everybody who try to help me!
Rabbitz
#2
OCLHC doesnt directly support simple wordlist attack.
#3
Is this right then?
Im trying this out now:
oclhashcat.exe -m 1100 -o cracked.txt uncracked.txt ?d?d?d?d ?d?d?d?d

Thanks!
-----------------------
EDIT1:
Huh Not working!?

It says no salts loaded!
My hashfile looks like:
06bfeb0092ba7db8bad709cbffb520bf:root

Why is it not working?
------------------------
EDIT2:
Got it working now!
The format has to be:
root:06bfeb0092ba7db8bad709cbffb520bf

No help needed anymore!
Thanks anyway!

--> Thread can be closed

Rabbitz
#4
the 1st example did not work because you only used a single wordlist (as rolf said). you need at least two wordlists OR one wordlist and one mask OR two masks.

the 2nd example should work. the hash must look like this -> hashConfusedalt where salt = username. it did not work because DCC support is broken in v0.21 somehow. use v0.20 for DCC support. i will fix this in v0.22.
#5
I have noticed that problem too. However he does start working when you use the -e parameter (with the usernames in the file). I don't remember if I was able to crack some passwords with that configuration. I am wondering if Rabbitz was able to crack some password since the username was at the start instead of at the end...
#6
fixed in v0.22