donrich99/eclipse ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python security scanning tool called ECLIPSE that helps me run authorized checks against a target website or network from one simple command.
I want it to cover the common recon and vulnerability checks like subdomains, ports, DNS, SSL, security headers, technology detection, CMS and WAF detection, directory brute forcing, SQL injection and XSS checks, and basic API auditing. It should also produce clear reports, ideally HTML, PDF, JSON, CSV, and Markdown, with a simple severity score so I can quickly see what matters most.
Please make it feel like a real command line app, with a config file option, a full scan mode, single module options, and a plugin system so it can be extended later. If it makes sense, include a lightweight dashboard for live scan status and some AI style analysis for summarizing findings. Keep it focused on legal, authorized testing, and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit