Line-length exception error

  • When I run this with a valid hash

    cudaHashcat-lite64.exe 0x0100XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -1 ?l?u ?1?l?l?l?l?l19?d?d

    I get Line-length exception error. I'm running on Windows 7 64bit with NVIDIA card. Any suggestions?

  • I had the same problem with SQL2008R2.

    After some research I found out that the parameter -m 131 needs to be changed to -m 132 for SQL 2008R2 and after that change the length exception error disappeared!

    Here is my final command line:

    hashcat-cli64.exe -a 3 --pw-min=4 --pw-max=12 -m 132 -p : -o "SQL_passwords.txt" -n 7 hashes.txt -1 ?a ?1?1?1?1?1?1?1?1?1?1?1

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply