Skip to content
New issue

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

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

Already on GitHub? # to your account

[Improvement] Recursive checking support #76

Open
0xecho opened this issue Oct 31, 2020 · 0 comments
Open

[Improvement] Recursive checking support #76

0xecho opened this issue Oct 31, 2020 · 0 comments
Labels
enhancement New feature or request Prirotiy: Low

Comments

@0xecho
Copy link

0xecho commented Oct 31, 2020

Sometimes an endpoint may respond differently based on a combination of multiple parameters, e.g. just like in the readme if the endpoint accepts login_info and is_admin, the is_admin may not return data if sent separately(in different parts) without the login_info. If there was a flag to recursively check such behavior (fixing already found parameters and restarting the process with the whole word list) this would increase the amount of potential params found.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request Prirotiy: Low
Projects
None yet
Development

No branches or pull requests

2 participants