WARNING: Hash 'crackme': Line-length exception
#1
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?


Messages In This Thread
WARNING: Hash 'crackme': Line-length exception - by dronin - 02-06-2013, 02:38 PM