Hi, need some help about hashcat - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: Hi, need some help about hashcat (/thread-8209.html) Pages:
1
2
|
Hi, need some help about hashcat - zen7 - 03-09-2019 i have a pdf that secured. I had use programs but i coudnt find it. Now i found your website but i dont know how to use it. How can i use it? It is very important to me, i have forgot the pass. I use windows 10. Thanks in advance.. RE: Hi, need some help about hashcat - philsmd - 03-09-2019 First you need to know what the protection is (is it only protected to not-print the document or not-edit the document, or is the whole document encrypted ?). After that you should use pdf2john.pl perl script from https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/pdf2john.pl to extract the hashes from your document. Example hashes and all pdf-related hash types can be found here : https://hashcat.net/wiki/example_hashes RE: Hi, need some help about hashcat - zen7 - 03-09-2019 thanks for your reply it 850kb and protected to read. i am a really noob about what you saying sorry. pdf2john.pl doesnt open. How can i use hashes? Thanks in advance.. i am just using winsows 10 not a mac i will be glad if someone can help me please.? RE: Hi, need some help about hashcat - zen7 - 03-10-2019 Please someone RE: Hi, need some help about hashcat - zen7 - 03-10-2019 Please help RE: Hi, need some help about hashcat - Mem5 - 03-10-2019 You need python to run pdf2john.py, before launching hashcat against its output. Considering your beginner skills I would go for online cracking such as https://www.google.com/search?q=online+pdf+hash+crack RE: Hi, need some help about hashcat - zen7 - 03-10-2019 (03-10-2019, 08:34 PM)Mem5 Wrote: You need python to run pdf2john.py, before launching hashcat against its output. Thanks but all new for me and to old to learn i think.. RE: Hi, need some help about hashcat - undeath - 03-11-2019 (03-10-2019, 08:34 PM)Mem5 Wrote: You need python to run pdf2john.py,actually it's pdf2john.pl, hence a perl script which you need perl for, not python. RE: Hi, need some help about hashcat - zen7 - 03-11-2019 still confusing RE: Hi, need some help about hashcat - Mem5 - 03-11-2019 (03-11-2019, 12:36 AM)undeath Wrote: actually it's pdf2john.pl, hence a perl script which you need perl for, not python. Indeed. It also exists python here for the record. |