Hackmanit/Web-Cache-Vulnerability-Scanner — reverse-engineered prompt
Reverse engineered prompt
Build me a fast command line tool in Go that scans websites for web cache poisoning and web cache deception problems. I want to be able to point it at one URL or a file of URLs, and optionally have it crawl the site to discover more pages to test. It should try the common cache poisoning tricks, adapt to the target cache behavior so testing is more efficient, and let me add custom headers, parameters, cookies, request bodies, content type, and a browser like user agent when needed.
Please make it practical for real security testing. It should support using wordlists for header names and parameter names, sending traffic through a proxy like Burp, and slowing down requests so rate limits do not kill the scan. I also want a JSON report that updates as it runs and saves logs and output to a chosen folder.
If it makes sense, include a Docker option and a simple binary build path too. Look up current docs online if you need to.
Want more depth? Deep Reverse