Emoe/kxss ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Go command line tool that I can pipe URLs into, like from a list of targets, and it should check the query parameters for reflected input and print a clean line that is easy to grep in recon scripts.

I want the output to look something like this, with the URL, the parameter name, and any unfiltered characters it finds, for example quotes, spaces, angle brackets, or similar. If a URL has multiple parameters, it should report each one clearly. Keep it simple to run from the terminal, reading from standard input and writing results to standard output.

Please make it work as a standalone utility that I can install with Go and use right away. If you need to check current Go docs or best practices online, go ahead. I also want a few basic tests so I can tell it works as expected.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab