devploit/nomore403

Flags

jaikishantulswani opened this issue · 9 comments

@devploit Needed some functionality like -r for redirect (optional) and also an argument to avoid the host if it throws 429 Status code

Hey, I'll keep an eye on it to implement it soon. Thanks for the feedback.

@devploit one more thing to filter with status codes like argument

-r for redirect
-er to avoice the target if it throw 429
-mc 200,401 (to select multiple status code to filter)
-to 10000 (for timeout in millisecond)

also suppress i/o timeout messages in output cli

Hey, I just uploaded a new version with -r for redirect and --rate-limit/-l to halt if a 429 (rate-limit ban) is detected. I will keep an eye on the others features for a future version.

@devploit Working great ! meanwhile also waiting for

-mc 200,401 (to select multiple status code to filter)
-to 10000 (for timeout in millisecond)

also suppress i/o timeout messages in output cli

@jaikishantulswani You have --timeout flag added and i/o timeout messages supressed in the last version.

@devploit Thank you for the implement. It works well except the i/o timeout messages which are still visible. One more thing that if it have a flag to show only unique content lengths which is easy to filter the results.

@devploit also need one more flag which gave control to the user to test the particular endpoint with custom paths only