(Mode120)Token length exception No hashes loaded. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: (Mode120)Token length exception No hashes loaded. (/thread-10489.html) |
(Mode120)Token length exception No hashes loaded. - Grisha - 11-30-2021 I'm trying to use mode 120 (sha1($salt.$pass)) to crack a password with hash and salt available: Password hash: SHA-1 98584b7a2e26e636636e80c0a61249c5f15dadc6 Password salt: 50617373776f7264436865636b4861736830f64e5df716f143 (hex bytes, prepended to password) Hence the content of `hashes.txt` is `50617373776f7264436865636b4861736830f64e5df716f143:98584b7a2e26e636636e80c0a61249c5f15dadc6`. Note that the salt and the hash are both not larger than 64 bytes. I ran ` .\hashcat.exe -m 120 .\hashes.txt` and get this error: Code: Minimum password length supported by kernel: 0 Any ideas on why this is happening? RE: (Mode120)Token length exception No hashes loaded. - Chick3nman - 12-01-2021 Format should be hash : salt not salt : hash |