Add option to filter duplicate results and deprecate --remove-extensions#1436
Add option to filter duplicate results and deprecate --remove-extensions#1436maurosoria merged 4 commits intomasterfrom
Conversation
|
Hi @shelld3v, sorry for the importunity :c It works great! But there is a scenario in which this logic will skip FP, I have met them in reality. They can be found in the API, for example, if we have api paths in the dictionary, then when accessing a non-existent API, it will return the information "{error: ... $uri ... not found}" or WAF, which blocked us on 1000 words out of 10000 and started returning a template with a lock for each of our subsequent requests, which reflects the $uri. In this case, the result will be: Do you think there is an opportunity to do something about it, or is it redundant functionality? |
|
Hi @mikhailevtikhov, thanks for your feedback! Yes, I'm aware of your problem already but storing and comparing anything more than a hash is just way too expensive, I don't want people to complain about memory and performance. An idea is to store just a part of the responses, and to find a method to identify potential duplicates before performing high-level comparison. However, I'm avoiding any big changes before the release of v0.4.5, so I won't work on it at the moment |
|
hello @shelld3v can u resolve and merge? |
|
@maurosoria Done 👍 |
|
is this ready? |
|
@maurosoria Yes |
Description
Close #1293