vulncheck-oss/go-exploit ? reverse-engineered prompt
Reverse engineered prompt
Build me a Go based exploit framework that can help me verify targets, scan versions, run exploits, and optionally handle a simple command and control flow afterward.
I want it to be easy to use from the command line, work well with lists of targets or files, and be able to auto detect whether a target is using SSL or TLS. It should support proxy settings, produce clean JSON or key value output, and make it easy to plug into other tools. Include some reusable helpers for common network protocols, payload handling, and a few example reverse shell, bind shell, and dropper style payloads.
If it helps, look up current docs online for anything unclear, and make the code organized so new exploit modules can be added later without much effort. Also include a few working examples and basic tests so I can see how everything fits together.