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

Adaptive rate-limiting #5

Closed
forgedhallpass opened this issue Oct 31, 2022 · 0 comments · Fixed by #18
Closed

Adaptive rate-limiting #5

forgedhallpass opened this issue Oct 31, 2022 · 0 comments · Fixed by #18
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@forgedhallpass
Copy link

When receiving a 429 response due to sending too many requests in quick succession, incrementally add a short delay between requests until it complies with the server's rate limit. This enables the scan to continue as normal, albeit with an increased duration. The functionality should be disableable.

See the "Adaptive request throttling for Burp Scanner" section in https://portswigger.net/burp/releases/professional-community-2022-9-5

Status code 429 Too many requests (RFC https://www.rfc-editor.org/rfc/rfc6585#section-4)

@forgedhallpass forgedhallpass added the Type: Enhancement Most issues will probably ask for additions or changes. label Oct 31, 2022
@Mzack9999 Mzack9999 added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants