Combinator attack not recognizing -j rule
#1
Hi, This is my first post at the hashcat forum (after entering my first ever 16 characters long passsword to register :-)

I am trying to familiarize myself with the oclhashcat combinator attack to crack a sha256 hash. I created a sha256 hash from the following password:

Code:
chicken-wing

I have two dict which contain one of the two words.

left.dict

Code:
chicken

right.dic
Code:
wing

I used the following command to attempt cracking:

Code:
oclhashcat64.exe -m 1400 -a 1 pass.hash left.dic right.dic -j $-

Cracking attempt exhausted with not hash recovered. Can anyone advise on where I went wrong? Using osclhashcat v1.35 on windows 7

Cheers.


Messages In This Thread
Combinator attack not recognizing -j rule - by smuasini - 03-29-2015, 07:46 PM