Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output Bug Report
08-03-2012, 01:41 AM
Post: #1
Output Bug Report
A bug has come to my attention during my recent testing. It is limited to -plus and seems to work fine on -lite (haven't tested CPU).

Basically, when using a hex charset and including x00, the plaintext output, in hex, will be truncated by dropping everything after and including the first x00. I have a couple sample outputs below:


oclHashcat-plus64.exe -m 100 -a 3 --force --outfile-format=5 --hex-charset -1 000102030405060708 cbe4c12958ab208cba48401c53ecd9ff63f76e68 ?1?1?1?1?1
oclHashcat-plus v0.08 by atom starting...

cbe4c12958ab208cba48401c53ecd9ff63f76e68:0603

Status.......: Cracked
Input.Mode...: Mask (?1?1?1?1?1)
Hash.Target..: cbe4c12958ab208cba48401c53ecd9ff63f76e68
Hash.Type....: SHA1



The output should look like the one from -lite:



oclHashcat-lite64.exe -m 100 --outfile-format=5 --hex-charset -1 000102030405060708 cbe4c12958ab208cba48401c53ecd9ff63f76e68 ?1?1?1?1?1
oclHashcat-lite v0.10 by atom starting...

cbe4c12958ab208cba48401c53ecd9ff63f76e68:0603000102

Status.......: Cracked
Hash.Target..: cbe4c12958ab208cba48401c53ecd9ff63f76e68
Hash.Type....: SHA1
Plain.Mask...: ?1?1?1?1?1
Find all posts by this user
08-03-2012, 10:22 AM
Post: #2
RE: Output Bug Report
Looks interessting. Someone can reproduce I am a bit busy coding sun-md5.
Visit this user's website Find all posts by this user
09-07-2012, 05:15 PM
Post: #3
RE: Output Bug Report
Just checking to see if anyone has had a chance to reproduce this? Currently my workaround is to just send the -plus cracked hash to -lite if it's found, with the proper mask and re-crack Tongue
Find all posts by this user
09-07-2012, 05:16 PM
Post: #4
RE: Output Bug Report
I believe it's fixed I reported something very similar.
Find all posts by this user
09-07-2012, 05:17 PM
Post: #5
RE: Output Bug Report
Done with oclHashcat-plus v0.09: https://hashcat.net/forum/thread-1541.html

Thread closed
Visit this user's website Find all posts by this user
Thread Closed