11-05-2014, 12:32 PM
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:
Could it be an issue with hashcat or the crypt() algorithm on that (specific?) version of uClinux produces a non-standard hash?
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?