Feature request [Add more clarity to the result and remove duplicates] #4908
Labels
Type: Enhancement
Most issues will probably ask for additions or changes.
Milestone
Please describe your feature request:
I propose to implement (if it already exists, provide a link to documentation and examples) the following functionality in recently extended fuzzing:
display the vulnerable parameter, path, header, where the vulnerability was found, and HTTP method that was used to find the vulnerability, because when testing API the path can be the same, but HTTP methods are different, I would like to see the method and parameter where the problem is.
Add flag -dedupe that will allow duplicate queries with the same parameters but different values to be removed, and then this can be used in fuzzing. How it is implemented in this toolkit:
https://github.com/ameenmaali/urldedupe
https://github.com/s0md3v/uro
Thank you!
The text was updated successfully, but these errors were encountered: