04-01-2012, 07:20 PM
I tried:
./cudaHashcat-lite64.bin XXX ?F -o=output.txt
and got the error:
ERROR: hash: XXX, line length exception: 30
ERROR: invalid hash 'XXX'. double check -m parameter
So I added -m=0 because it is a hash generated by phpBB v.3 and I read this is MD5.
./cudaHashcat-lite64.bin XXX ?F -m=0 -o=output.txt
Still the same error. ?F is not the issue, I have this error with or without the "French" option. I don't need it here (because the output should be test00) but I'll need it later so I included it in my test.
I also tried without the $H$9, just in case. I thought "line length exception: 30" could mean the hash was too long. It is 34 char long. I still get the same error.
I apologise for asking all these questionsm it's my first attempt at using hashcat and I'm a bit awed by it.
./cudaHashcat-lite64.bin XXX ?F -o=output.txt
and got the error:
ERROR: hash: XXX, line length exception: 30
ERROR: invalid hash 'XXX'. double check -m parameter
So I added -m=0 because it is a hash generated by phpBB v.3 and I read this is MD5.
./cudaHashcat-lite64.bin XXX ?F -m=0 -o=output.txt
Still the same error. ?F is not the issue, I have this error with or without the "French" option. I don't need it here (because the output should be test00) but I'll need it later so I included it in my test.
I also tried without the $H$9, just in case. I thought "line length exception: 30" could mean the hash was too long. It is 34 char long. I still get the same error.
I apologise for asking all these questionsm it's my first attempt at using hashcat and I'm a bit awed by it.