WARNING: Hash 'crackme': Line-length exception
#2
(02-06-2013, 02:38 PM)dronin Wrote: Hi there,

I tried to crack a shadow file of a linux box, so I took the shadow and copied it into a file called crackme. This file looks like:

Code:
cat crackme
$1$LeFwPYdhxxxxxxPdJV1n/
$1$fFqTnJndxxxxxxdyrrPc06EgFa/
$1$GGaGMxxxxxxa1r.dmmCAMlDZo.
$1$Ck88OrkxxxxxxjD1iNCDaGzQpc.
$1$Mb2eMxxxxxxv/rn/kG4OKr1
$1$NKnHm8xxxxxxZtpnnE6qKbRJ/
$1$bhe1PArtxxxxxxXS8KPuvCXjO2w7Bw.

but I get an error:

sudo cudaHashcat-plus64.bin -m0 crackme
Warning: cudaHashcat-plus64.bin is running from /opt/oclhashcat-plus-bin so be careful of relative paths.
WARNING: Hash 'crackme': Line-length exception
ERROR: No hashes loaded

is there a easy way to find the lines which cause die length exception so I can delete them?
In this case it consider that all of them are not the right length. You use -m0 (MD5) and you have to use -m 500 (MD5(unix)).


Messages In This Thread
RE: WARNING: Hash 'crackme': Line-length exception - by mastercracker - 02-06-2013, 03:09 PM