
Scanner for CVE-2025-30208 in Vite Dev Server, supporting single and mass URL scanning with multiple payloads, multi-threading, and vulnerable URL output.
🔥 Vite Dev Server Vulnerability Scanner (CVE-2025-30208)
🚀 Overview
This tool scans for CVE-2025-30208, a vulnerability in the Vite Dev Server. It allows security researchers to quickly detect vulnerable instances using multiple payloads.
⚡ Features
✅ Single URL scanning (-u URL) ✅ Mass scanning from a file (-f file.txt) ✅ Multiple payloads for thorough testing ✅ Multi-threading for faster results ✅ Saves vulnerable URLs to vulnerable.txt
🛠 Installation
git clone https://github.com/0xshaheen/CVE-2025-30208.git cd CVE-2025-30208
pip install -r requirements.txt
🚨 Usage
Scan a single URL:
python scanner.py -u http://example.com
Scan multiple URLs from a file:
python scanner.py -f urls.txt
📂 Output
All vulnerable URLs will be saved in vulnerable.txt.
⚠️ Disclaimer
This tool is intended for educational and authorized security testing purposes only. The developer is not responsible for any misuse.
🔗 GitHub: github.com/0xshaheen