|
Message-ID: <20241117214607.GA6581@openwall.com> Date: Sun, 17 Nov 2024 22:46:07 +0100 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: Extracting the hash of a PDF document-Problem with pdf2john.pl Hi, I don't normally use Windows and I've never used Strawberry (I'd use Cygwin and its package of Perl), but I think it should work: On Sun, Nov 17, 2024 at 06:34:27AM +0000, Samuel Powell wrote: > C:\Strawberry>start perl C:\Strawberry\pdf2john.pl LitheUKT.pdf > hash This usage of the "start" command is excessive. You may try simply: perl pdf2john.pl LitheUKT.pdf > hash.txt If this doesn't work, then please copy-paste the specific error messages you're getting. Please also mention what version/build of JtR you use (or where you took this script from). BTW, in the latest bleeding-jumbo there is not only this Perl script, but also a similar Python 3 script nearby, pdf2john.py. Either should work, but obviously their dependencies are different: Perl + ExifTool module or Python 3 + pyhanko module. Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.