PDF password created through Mac OS Preview app
#2
(12-08-2018, 07:39 PM)younghashcatter Wrote: Hello, I have a PDF document and saved it with the Preview App of Mac OS. I think it uses 128bit key encryption by default and as the document is mine, I chose the password by myself. I created a dictionary with the words I use when I create passwords and would like to try all the possible permutations of that words.
How can I do it using hashcat?

I managed to get some result with the following command:
Code:
hashcat -m 10500 -a 1 -j '$!' -k '$!' hash dict1 dict2 -O
I would like to put a ! in front of the words of the first dictionary but using -j '!$' does not have effect and as another example, using -k '$-!' does not produce the final words to end in '-!'.


Messages In This Thread
RE: PDF password created through Mac OS Preview app - by younghashcatter - 12-09-2018, 09:19 PM