I want to crack the hash from pdf file. This hash (between the ":" tokens) is in my hash.txt file.
Now i tried a dictionary and a brute force attack, but i only get the 'Line-length exception' error. What do i wrong?
Now i tried a dictionary and a brute force attack, but i only get the 'Line-length exception' error. What do i wrong?
Code:
root@kali:~# hashcat -a 0 -m 10400 hash.txt dictionary.txt
hashcat (v3.10) starting...
WARNING: Hashfile 'hash.txt' on line 1 ($pdf$verylongpdfhash): Line-length exception
Parsed Hashes: 1/1 (100.00%)
ERROR: No hashes loaded
Code:
root@kali:~# hashcat -m 10410 -a 3 hash.txt
hashcat (v3.10) starting...
WARNING: Hashfile 'hash.txt' on line 1 ($pdf$verylongpdfhash): Line-length exception
Parsed Hashes: 1/1 (100.00%)
ERROR: No hashes loaded