mufeedvh / pdfrip

A multi-threaded PDF password cracking utility equipped with commonly encountered password format builders and dictionary attacks.
MIT License
589 stars 67 forks source link

Feature request, password contains word #38

Open ToHe86 opened 1 month ago

ToHe86 commented 1 month ago

Hi, I forgot my password, I am sure that I used one of 5 words, maybe a comination of it and it is 8-10 chars. As far as I see it, there is no way to bruteforce but with at least one word included.

I would love something like this: pdfrip -f encrypted.pdf contains words.txt --max-length 10 --min-length 8

Where it fills the words from words.txt into the string at each possible position and fills the rest with arbitrary chars. Optionally it combines multiple words of the file as well.

ishanfdo18098 commented 1 month ago

Create a wordlist file using some other method and use that wordlist file ?