08-08-2018, 11:25 AM
Hi,
I generated the hash from a PDF by using the Perl verion of JohnTheRipper-bleeding-jumbo:
Then I want to start hashcat:
but get the error:
Thats the hash inside of hash.txt:
What do I wrong? Was following this tutorial: https://blog.didierstevens.com/2017/12/2...fs-part-1/
Thanks for any help and best regards,
Frank
I generated the hash from a PDF by using the Perl verion of JohnTheRipper-bleeding-jumbo:
Code:
perl JohnTheRipper-bleeding-jumbo/run/pdf2john.pl test.pdf > hash.txt
Then I want to start hashcat:
Code:
C:\pdf\hashcat>hashcat64.exe -m 10400 -a 3 "hash.txt" ?a?a?a?a?a?a?a?a?a?a
but get the error:
Code:
C:\pdf\hashcat>hashcat64.exe -m 10400 -a 3 "hash.txt" ?a?a?a?a?a?a?a?a?a?a
hashcat (v4.2.1) starting...
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 970, 1024/4096 MB allocatable, 13MCU
./OpenCL/m10400_a3-optimized.cl: Pure OpenCL kernel not found, falling back to optimized OpenCL kernel
Hashfile 'hash.txt' on line 1 ($pdf$2...6a04f3baed07dd91afd5a13afe7ae130): Token length exception
No hashes loaded.
Started: Wed Aug 08 11:24:06 2018
Stopped: Wed Aug 08 11:24:06 2018
Thats the hash inside of hash.txt:
Code:
$pdf$2*3*128*-1028*1*16*1cbbfa9726072cab27c25203533e8f7c*32*b5161fe8b25afcbe69f1c9cdc8445d8c01000000000000000000000000000000*32*f7b4b890408713c4880d202ced4055186a04f3baed07dd91afd5a13afe7ae130
What do I wrong? Was following this tutorial: https://blog.didierstevens.com/2017/12/2...fs-part-1/
Thanks for any help and best regards,
Frank