nomore403
nomore403 copied to clipboard
Flags
@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
Hi @devploit it would be much more cleaner if it have functionality like:
- Stop at first valid match based on status code and content length
- flags like -mc for match status to filter the desired result like -mc 200
- uniq to get only uniq results based on status code and content-length
Solved by yourself https://github.com/devploit/nomore403/pull/39. Thanks man!