ELMERIKH/Web-AI-Scanner — reverse-engineered prompt
Reverse engineered prompt
Build me a simple web vulnerability scanner in Python that has both a small web app and a CLI. I want to be able to enter a site URL, have it crawl pages and links, run basic security checks like XSS and common web issues, and then show a readable report with AI generated feedback that explains what was found and suggests fixes in plain English.
Please wire in the AI part so I can drop in my own Llama API key, and if there is already a VirusTotal style lookup or related scan feature, keep that too. The app should feel straightforward to run locally, start with one command, and have a basic browser interface for scanning and viewing results. If anything in the repo is unfinished, just make it work end to end in the simplest clean way and keep the existing intent of the project. Look up current docs online if you need to.
Want more depth? Deep Reverse