chaitin/xray — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a friendly web interface for xray, the security scanning tool, so I don’t have to remember command line options every time.

I want to enter a target URL, choose whether to crawl the site, scan one URL, or run passive proxy scanning, then pick common scan types like XSS, SQL injection, command injection, directory scan, weak passwords, SSRF, baseline checks, and custom POC scanning. It should run the xray binary in the background, show scan status live, and save reports as HTML, JSON, or text.

Please include a simple page for managing POC files and fingerprints from the repo, with a clear warning that people must only scan systems they’re allowed to test and must read the license first. Add a clean reports page where I can open past results and see vulnerabilities in a readable way.

Keep it simple and practical. If you need exact xray usage details, look up the current docs online.

Want more depth? Deep Reverse