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

Using Numbers in custom query #16

Closed cg3110 closed 7 months ago

cg3110 commented 7 months ago

Hello, it seems the custom query is only allowing a string value to be fixed. Like if i want to search a query like... -q {0-990}1234 then the program searches 0-9901234 and not the hundred possibilities. Can you please take a look. Thanks

mufeedvh commented 7 months ago

This has been implemented in v2.0.0. Thanks for opening this issue! :raised_hands: