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

New feature: ignore same endpoints with different parameters #68

Merged
merged 3 commits into from
Mar 2, 2022

Conversation

caioluders
Copy link
Contributor

Hi !

While doing bug bounty I sometimes don't want to see duplicated endpoints with the only difference being the parameters, so I wrote this option.

I was concerned that creating a new map that stores every URL would be memory intensive, but did some profiling with pprof and it doesn't seem to affect the tool too much.

I think that the description/name of the "--fp" option can be improved, feel free to modify it.

Thanks, great tool (:

@lc
Copy link
Owner

lc commented Mar 2, 2022

Hey @caioluders,

Thanks for this PR! I'm checking it out now, apologies for the delay!

@lc lc merged commit 2789498 into lc:master Mar 2, 2022
@lc
Copy link
Owner

lc commented Mar 2, 2022

Thank you @caioluders!

@thezakman
Copy link

Awesome dude, thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants