|
Problem with comand line and -m mode!
|
|
06-30-2010, 07:09 PM
Post: #1
|
|||
|
|||
|
Problem with comand line and -m mode!
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 |
|||
|
06-30-2010, 09:24 PM
Post: #2
|
|||
|
|||
|
RE: Problem with comand line and -m mode!
OCLHC doesnt directly support simple wordlist attack.
|
|||
|
07-01-2010, 03:04 PM
(This post was last modified: 07-01-2010 03:23 PM by Rabbitz.)
Post: #3
|
|||
|
|||
|
RE: Problem with comand line and -m mode!
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: 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 |
|||
|
07-01-2010, 03:34 PM
Post: #4
|
|||
|
|||
|
RE: Problem with comand line and -m mode!
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 -> hash:salt 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. |
|||
|
07-01-2010, 11:09 PM
Post: #5
|
|||
|
|||
|
RE: Problem with comand line and -m mode!
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...
|
|||
|
07-12-2010, 01:41 PM
Post: #6
|
|||
|
|||
|
RE: Problem with comand line and -m mode!
fixed in v0.22
|
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help


Not working!?