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

[request] stop probes on receiving a lot of 429 status code #83

Closed
bugbaba opened this issue Nov 4, 2019 · 1 comment
Closed

[request] stop probes on receiving a lot of 429 status code #83

bugbaba opened this issue Nov 4, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bugbaba
Copy link

bugbaba commented Nov 4, 2019

Hi joohoi,

ffuf doesn't stop on receiving 429 status code for probes.
I my opinion the -sa flag should also look for 429 status codes and if there are x number of time its repeated then stop the probes.

This is how I am using the ffuf

./ffuf -sa -mc all -fc 400,405,406,418,444,500,501,502,503,504,508,520 -ac -c -l -k -r -w untitled.txt -u https://signup.example.com/FUZZ

image

@joohoi joohoi added enhancement New feature or request good first issue Good for newcomers labels Nov 4, 2019
@joohoi
Copy link
Member

joohoi commented Nov 4, 2019

Hi @bugbaba
Thanks for opening the issue!

You are absolutely right, and checking 429 should definitely get added, perhaps not as an individual CLI parameter, but as a check when -sa is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants