DES hash-value exception
#1
Got two DES hashes from an embedded device running uClinux:

abvQyXa0CDjIA ("uClinux")
ab4tUGw1MFHR1 (unknown plaintext)


both cudaHashcat and oclHashcat successfully brute-force the first one, but give an exception with the second hash:

Quote:$ ./cudaHashcat64.bin -m 1500 pwd.txt
cudaHashcat v1.31 starting...

WARNING: Hashfile 'pwd.txt' in line 2 (ab4tUGw1MFHR1): Hash-value exception

Could it be an issue with hashcat or the crypt() algorithm on that (specific?) version of uClinux produces a non-standard hash?


Messages In This Thread
DES hash-value exception - by nelicacs - 11-05-2014, 12:32 PM
RE: DES hash-value exception - by atom - 11-05-2014, 12:44 PM