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

Digital password didn't find by range but by default-query #29

Closed LiShaoyu5 closed 5 months ago

LiShaoyu5 commented 6 months ago

At first, I tried with the command pdfrip.exe -f x.pdf range 000000 999999 and it failed. Then I tried pdfrip.exe -f x.pdf default-query --max-length 6 --min-length 6 and it finds the password 001631. image

Windows200000 commented 5 months ago

Maybe you could try reading README.md.

LiShaoyu5 commented 5 months ago

Maybe you could try reading README.md.

very helpful, thank you