Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

round robin system for 429 status code #1078

Open
BrownBearSec opened this issue Apr 8, 2023 · 0 comments
Open

round robin system for 429 status code #1078

BrownBearSec opened this issue Apr 8, 2023 · 0 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@BrownBearSec
Copy link

Please describe your feature request:

some sort of flag to activate a round-robin system for 429 responses, eg -rr 4 would mean any request that returned a 429 rate-limiting response would be re-run at the end of the scan after waiting a little bit, the number would dictate how many times it tried to re-run those requests if it kept returning 429.

Describe the use case of this feature:

rate-limiting can occur in small amounts to where it would not be necessary to stop the scan entirely, but the overall quality of the output would be increased if the URLs could be re-run at a later stage. This is especially common when you use file lists of different sites, or you use multiple -paths

@BrownBearSec BrownBearSec added the Type: Enhancement Most issues will probably ask for additions or changes. label Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

1 participant