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

Add -dp / --disable-placeholder flag #118

Open iambouali opened 2 months ago

iambouali commented 2 months ago

This pull request introduces a new command-line flag, --disable-placeholder (short form: -dp), to the paramspider script. When this flag is provided, the script will refrain from updating parameter values with the default placeholder, allowing users to retain original query parameters.

Changes: