pyperanger / fuptcha

fuptcha - CAPTCHA Fuzzer Image Recon
Apache License 2.0
5 stars 0 forks source link

Command line arguments parsing #4

Closed pyperanger closed 4 years ago

pyperanger commented 4 years ago

-f -> image path -s -> text string -l -> level search [ default 1 ] -v -> verbose [ just 1 mode ] -t -> thread [ default 1 ] -r -> rank [ default 100% match langs ] -h -> help blabla..

growlnx commented 4 years ago

For more effective error handling, we can use strtol instead of the atoi function.

pyperanger commented 4 years ago

reopen if any kind of argument or new feature.