hashcat Forum
Can 'LF' be cracked ? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: Can 'LF' be cracked ? (/thread-1360.html)



Can 'LF' be cracked ? - Mem5 - 07-05-2012

Hi,

I have a OSX 10.6 hash.
oclhashcat last version gives me :
[Image: 523171res.png]

cmd line :
Quote:oclHashcat-plus64.exe -m 122 -o res.txt 3e8ed8fc0c6ac6c17cb6efcbe43bf31e765f8f456b2a6500 total.dic -r best64.rule

Or maybe this hash the empty/no-password hash ?

(this hash in google gives nothing)


RE: Can 'LF' be cracked ? - halfie - 07-05-2012

JtR cracks this hash immediately. Seems the hash is for no-password.


RE: Can 'LF' be cracked ? - atom - 07-05-2012

(07-05-2012, 10:45 AM)Mem5 Wrote: Hi,

I have a OSX 10.6 hash.
oclhashcat last version gives me :
[Image: 523171res.png]

cmd line :
Quote:oclHashcat-plus64.exe -m 122 -o res.txt 3e8ed8fc0c6ac6c17cb6efcbe43bf31e765f8f456b2a6500 total.dic -r best64.rule

Or maybe this hash the empty/no-password hash ?

(this hash in google gives nothing)

Yes, its an empty pass:

3e8ed8fc0c6ac6c17cb6efcbe43bf31e765f8f456b2a6500

root@sf:~/oclHashcat-plus-0.09# perl -e 'print "\x3e\x8e\xd8\xfc"' | sha1sum
0c6ac6c17cb6efcbe43bf31e765f8f456b2a6500 -

--
atom


RE: Can 'LF' be cracked ? - Mem5 - 07-11-2012

Thanks !