What's wrong? [noob]
#1
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
#2
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