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

Feature Request: Store all Request #18

Open
tandarim opened this issue Dec 10, 2021 · 2 comments
Open

Feature Request: Store all Request #18

tandarim opened this issue Dec 10, 2021 · 2 comments

Comments

@tandarim
Copy link

tandarim commented Dec 10, 2021

In some cases i`m interested in 404 or 200 responses. A flag would be great to tell the fuzzer to store all requests or (like the -i flag) to specify the response code which should be stored.

Is this an edge case, or could this be beneficial to bigger a audience?

@matusf
Copy link
Owner

matusf commented Dec 12, 2021

Hi, what is your use case for this feature? If we store also the valid responses, the fuzzer will create a lot of files really quickly, possibly filling your hard drive.

@lmeinen
Copy link

lmeinen commented Mar 18, 2022

Hi! Maybe I can add on to this: In my case, I'm seeing a small fraction of requests not returning error codes. Considering the strings look very random, the odds of this happening should be slim to none. Therefore, it would be interesting to see for which strings the 200 status codes are returned.
Perhaps it'd be possible to have a flag where one could explicitly list the status codes for which requests should be stored (in combination with the particular endpoints)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants