-
Notifications
You must be signed in to change notification settings - Fork 862
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
Add feature to exclude the same http response #758
Comments
The anew tool might be a good fit for this only as a standalone program. Wanted to suggest using its code in this project at first but I can't remember 100% if this was true since it happend about 2 years ago but anyway. When using httpx with the Lets say that in the first run it detected |
More ideas - https://twitter.com/har1sec/status/1600445181115109377
|
How about something based on vision clusters? This can be deduplication of records in a cluster based on a threshold. @Mzack9999 fyi |
Just saw this getting included in httpx. Only thing I'm afraid of, is that it is going to exclude a lot of potential targets. |
@Xitro01 We use simhash to do deduplication, and it's optional. See: https://github.com/projectdiscovery/httpx/pull/1951/files |
Thanks for the response, yes this is probably going to skip a lot of stuff that might be interesting. |
@Xitro01 Thanks for the suggestion. Would you be willing to create a new issue to share your ideas? It could be a good addition to what we added. |
while scanning wide scope there are a lot of urls have the same base code so they have the same http response so it's time to let httpx exclude these urls based on comparing every http response with others
The text was updated successfully, but these errors were encountered: