This Python script detects the technologies used by a website using the builtwith library. When run with a URL as an argument, it normalizes the URL, scans it, and prints the tech stack (like PHP, WordPress, jQuery, etc.) in a colorful, readable format. For example, if you run: python joshrecon.py https://website.com Download Video Tutorial
It automates the process of detecting reflected XSS vulnerabilities in URLs and parameters using smart payload injection and response analysis. 🚀 Features 🔍 Scans URLs with GET parameters for reflected XSS. 💉 Injects payloads into each parameter. ⚡ Detects reflected payloads and basic context (HTML, JS, etc.). 🧠 Smart reflection matching with optional keyword triggers. 🧰 Supports custom payloads file. 📄 Generates simple report/log output. Download Video Tutorial