Salted SHA-1 found by Lite but not by Plus
#1
Hi folks, strange issue here...

I am using this input file as sha1($pass.$salt):
4205d56d3102258cc00b5eed8d13886225ebd618:134e012e33e18783de360103c1fb07798df0e1cf

When I run oclHashcat-lite64, it ils immediately found (password "test"), but it seems to transform the hash:
Code:
oclHashcat-lite64.exe -m 110 C:\hash.txt
(...)
Session.Name...: oclHashcat-lite
Status.........: Cracked
Hash.Target....: 6dd505428c250231ed5e0bc06288138d18d6eb25:134e012e33e18783de360103c1fb07798df0e1cf
Hash.Type......: sha1($pass.$salt)

However, when I run oclHashcat-plus64 in bruteforce mode, the hash does not go through the same transformation and doesn't get cracked:

Code:
oclHashcat-plus64.exe -a 3 -m 110 C:\hash.txt
(...)
Session.Name...: oclHashcat-plus
Status.........: Running
Input.Mode.....: Mask (?1?2?2?2?2?2)
Hash.Target....: 4205d56d3102258cc00b5eed8d13886225ebd618:134e012e33e18783de360103c1fb07798df0e1cf
Hash.Type......: sha1($pass.$salt)


What am I doing wrong here? I use the exact same command, except "-a 3" for the "plus" version. Same behaviour when I run "plus" with a dictionary and/or mask.

Thanks for your help!


Messages In This Thread
Salted SHA-1 found by Lite but not by Plus - by qweasd - 06-26-2013, 07:31 AM