What's wrong? [noob] - 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: What's wrong? [noob] (/thread-4412.html) |
What's wrong? [noob] - sburro - 06-05-2015 hi all i am trying to learn how to use hashcat... now i just installed oclhashcat but i got an error: root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# oclhashcat -m 4700 -a 3 -o cracked.txt hash.hash -1 ?l?d?u?s ?1?1?1?1?1?1?1?1 oclHashcat v1.36 starting... WARNING: Hash 'hash.hash': Line-length exception ERROR: No hashes loaded root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# hashcat -m 4700 -a 3 -o cracked.txt hash.hash -1 ?l?d?u?s ?1?1?1?1?1?1?1?1 Initializing hashcat v0.49 with 4 threads and 32mb segment-size... Added hashes from file hash.hash: 1 (1 salts) --------------------- as you can see with the same hash and the same command i got this problem, any idea how to solve this? thank you RE: What's wrong? [noob] - philsmd - 06-05-2015 Code: Hash 'hash.hash': Line-length exception .... this means that the file hash.hash was not found and oclHashcat did try to load the parameter "hash.hash" as a hash (directly specified on command line) but also this attempt failed since "hash.hash" is not a valid hash according to the hash examples: https://hashcat.net/wiki/doku.php?id=example_hashes For more details see: FAQ: Line-length exception |