qsreplace icon indicating copy to clipboard operation
qsreplace copied to clipboard

Accept URLs on stdin, replace all query string values with a user-supplied value

Results 16 qsreplace issues
Sort by recently updated
recently updated
newest added

Perhaps I am misunderstanding how qsreplace is intended to work, but considering the description of the tool, I am receiving unexpected output. qsreplace is replacing every parameter value, not individually....

currently it works like: qsreplace "https://site.com" ---> param=https%3A%2F%2Fsite.com can you add an option to not url encode? ---> param=https://site.com

When I put xss payload it say -bash: syntax error near unexpected token `('

### Changes: - Added an option to receive multiple parameters to replace to by a wordlist, usage example: Get all urls matching xss patterns, and replace each parameter by multiple...

Removed symbol on install line for easy copypasta when using qsreplace

Hello Tomnomnom, You Know That this tool using for replace just text not a file ,In some case the user need to replace file instead text. Best Regards..

Install with go get is no longer working with the latest go version

Add new pram -e X (encode) payload usage: qsreplace -e X 'payload'