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

Password of '123B' was not cracked by default query. #19

Closed rhodesj971 closed 7 months ago

rhodesj971 commented 7 months ago

Hi - I have a PDF secured with the password '123B'. Using the query: pdfrip -f file.pdf -n 12 default-query --max-length 4 --min-length 4

I'd expect the tool to find the password no problem - but it doesn't. If I reverse the password to B123, it finds it. I assumed the default query would run all permutations of a-zA-Z0-9 but it seems not?

Thanks!

mufeedvh commented 7 months ago

Just fixed this! Thank you for opening this issue!

Screenshot from 2024-01-09 18-55-49