devanshbatham / ParamSpider

Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing
MIT License
2.34k stars 403 forks source link

cleaned_params switch #83

Closed mojtaba13133 closed 10 months ago

mojtaba13133 commented 10 months ago

Set "cleaned_params" with a switch as desired by the user When the output and the value of the parameters change, a tool like sqlmap cannot use the output of paramspider properly because the original values of each parameter do not exist.

devanshbatham commented 10 months ago

if you wish to retain the original values, use gau, that would be better suitable for your usecase