Combinator Attack Question
#1
Hi,

I am trying to crack the following pattern:

1boy2girls Big Grin

echo -n '1boy2girls' | md5sum

cb7340c3ad7182f6cbc1d808a33e1acf

my test lists:

test1.txt

boy

test2.txt

girls

now using, oclhashcat-plus to crack it this way:

Code:
oclHashcat-plus32.exe -m 0 -n 400 --gpu-temp-disable -a 1 -j ^1 -k ^2 testhash.txt test1.txt test2.txt

Code:
Session.Name...: test
Status.........: Exhausted
Input.Base.....: File (test1.txt)
Input.Mod......: File (test2.txt)
Hash.Target....: cb7340c3ad7182f6cbc1d808a33e1acf
Hash.Type......: MD5
Time.Started...: Tue Feb 05 17:50:09 2013 (1 sec)
Time.Estimated.: 0 secs
Speed.GPU.#1...:        0/s
Recovered......: 0/1 Digests, 0/1 Salts
Progress.......: 0/1 (0.00%)
Rejected.......: 0/0 (0.00%)

I think I am using the correct syntax and followed the wiki here:

http://hashcat.net/wiki/doku.php?id=combinator_attack

please let me know where am I going wrong, much appreciated.


Messages In This Thread
Combinator Attack Question - by NeonFlash - 02-05-2013, 02:23 PM
RE: Combinator Attack Question - by Hash-IT - 02-05-2013, 02:51 PM
RE: Combinator Attack Question - by NeonFlash - 02-05-2013, 03:19 PM
RE: Combinator Attack Question - by Hash-IT - 02-05-2013, 04:06 PM
RE: Combinator Attack Question - by M@LIK - 02-05-2013, 06:42 PM
RE: Combinator Attack Question - by Hash-IT - 02-05-2013, 06:50 PM