lowwkezer/shannon — reverse-engineered prompt
Reverse engineered prompt
Build me a tool called shannon that helps regular website owners check their own web apps for security problems automatically. I want it to feel simple, not like a hacker tool. The user should be able to enter a target URL they own, start a scan, watch progress, and get a clear report that explains any likely vulnerabilities in plain language with what to fix next.
It should simulate common real world web app attacks in a controlled way, use the app source code when available to make better findings, and keep logs of what it tested. Please include safe use warnings so people know they should only scan sites they own or have permission to test.
Make it runnable locally with sensible config through environment variables, and include Docker setup if that fits. Use TypeScript since this repo is TypeScript. Keep the interface and reports easy for non technical users. Look up current docs online if you need to.
Want more depth? Deep Reverse