KingOfBugbounty/enumrust — reverse-engineered prompt
Reverse engineered prompt
Build me a Rust based security enumeration tool for targets I own or have permission to test. I want a simple command line app with an optional live web dashboard that can find subdomains, resolve them to IPs, scan common ports, probe web services, crawl sites and JavaScript for endpoints, and run vulnerability checks. It should also have a bug bounty style mode that looks for admin panels, tries a safe set of common default logins with rate limiting, spots exposed secrets, checks for cloud storage exposure, and gives me clear alerts for important findings, including Discord notifications.
Please save useful reports in HTML, JSON, and TXT so they are easy to review and share. If WordPress or IIS is detected, include the extra checks mentioned in the project notes. If a local AI model is available, use it to filter obvious false positives and write a short executive summary.
Make setup easy with an install script, tool checks, and Docker support. If it fits, also include an MCP server so AI tools can trigger scans without the CLI. Look up current docs online if you need to.
Want more depth? Deep Reverse