nomore403 icon indicating copy to clipboard operation
nomore403 copied to clipboard

Flags

Open jaikishantulswani opened this issue 1 year ago • 7 comments

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

jaikishantulswani avatar Feb 18 '24 08:02 jaikishantulswani

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

devploit avatar Feb 27 '24 08:02 devploit

@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

jaikishantulswani avatar Feb 27 '24 08:02 jaikishantulswani

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 avatar Feb 27 '24 18:02 devploit

@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 avatar Feb 28 '24 08:02 jaikishantulswani

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

devploit avatar Mar 19 '24 14:03 devploit

@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.

jaikishantulswani avatar Mar 21 '24 13:03 jaikishantulswani

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

jaikishantulswani avatar May 03 '24 12:05 jaikishantulswani

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

jaikishantulswani avatar Jul 25 '24 06:07 jaikishantulswani

Solved by yourself https://github.com/devploit/nomore403/pull/39. Thanks man!

devploit avatar Jul 27 '24 14:07 devploit