qsreplace icon indicating copy to clipboard operation
qsreplace copied to clipboard

Add Unique Mode

Open wdahlenburg opened this issue 5 years ago • 1 comments

Unique Mode was added to qsreplace to allow modifying the value of parameters one at a time, rather than updating all values at once.

This is useful in scenarios where validation is applied to some parameters, but not all. Injecting a payload iteratively into each parameter value allows for finer control on bypassing validations and troubleshooting which parameters are subject to injection attacks. The trade-off is path explosion for requests with a large number of parameters.

The readme was updated to include a sample usage. The unique mode works in combination with append mode if both flags are set.

wdahlenburg avatar Sep 27 '20 21:09 wdahlenburg

Excellent update @wdahlenburg, really like it. Thank you. Haven't tried this out yet, but can't wait to give it a try. =)

manasmbellani avatar Oct 16 '20 23:10 manasmbellani