03-27-2013, 06:00 AM
So I've been trying to use JTR to crack a text file I've created that contains the follow:
username:hash
Now reading the Wiki is states:
Now I'm guessing the username is the "salt" so to be able to use oclHashcat-lite I need to reverse the text file?
This is JTR output: salted SHA-1 [128/128 SSE2 intrinsics 8x]
I'm really lost so I'm trying to put things together. Sorry if this is a stupid question.
Thanks,
Beach
Code:
iamUser:3####7C7#C318F5####40#B####C42####AC##05E######26
username:hash
Now reading the Wiki is states:
Quote:Due to its architecture, only XXX($pass.$salt) algorithms can be implemented. Algorithms using the opposite XXX($salt.$pass) can not be implemented.
Now I'm guessing the username is the "salt" so to be able to use oclHashcat-lite I need to reverse the text file?
This is JTR output: salted SHA-1 [128/128 SSE2 intrinsics 8x]
I'm really lost so I'm trying to put things together. Sorry if this is a stupid question.
Thanks,
Beach