devanshbatham/paramspider — reverse-engineered prompt

Reverse engineered prompt

Build me a small Python command line tool called ParamSpider that helps with bug hunting by pulling archived URLs for a domain from the Wayback Machine and similar web archive sources, then filtering out the boring stuff so I can focus on URLs that actually have parameters or look useful for testing.

It should work for one domain or for a whole list from a text file. I want to be able to run it on something like example.com and get back interesting URLs, with an option to stream them live in the terminal instead of only saving them at the end. Please also support using a web proxy, and let me replace parameter values with a custom placeholder string like FUZZ or a test payload so the output is ready for fuzzing.

Keep it simple to install and use from the terminal, and make the defaults sensible. If anything is unclear, check the current archive API docs online and wire it up in the cleanest practical way.

Want more depth? Deep Reverse