RAR hash file error "Line-length exception" - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: RAR hash file error "Line-length exception" (/thread-4936.html) |
RAR hash file error "Line-length exception" - a2940uw - 12-24-2015 I'm using latest oclHashcat-2.01 + ubuntu 15.10 X86-64 + AMD 7770 and using JtR rar2john to extract the hash file from password locked RAR file , then paste to hashcat to run but always get the error message "Line-length exception", even use the sample hash file from website, would anyone can try this is work or need to downgrade ? Sample hash from website $RAR3$*0*45109af8ab5f297a*adbf6c5385d7a40373e8f77d7b89d317 My extracted hash from RAR file using rar2john * hash file already masked xxx.rar:$RAR3$*1*MASKEDHASH*MASKEDHASH*MASKEDHASH*MASKEDHASH*0*xxx.rar*80*33:1::xxx.jpg Thank a lot RE: RAR hash file error "Line-length exception" - philsmd - 12-24-2015 1. the example RAR "hash" should work 2. only RAR3-hp ($RAR3$*0*) is supported so far 3. for RAR3-hp ($RAR3$*0*) no file names should be used within the "hash", e.g. no xxx.rar, xxx.jpg etc (these parts are completely useless and not allowed within the "hash": "xxx.rar:" and "*0*xxx.rar*80*33:1::xxx.jpg") |