## https://sploitus.com/exploit?id=E4114F8D-8C06-5AE6-BE35-75CECC78C6D4
๐ฅ 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
# Clone the repository
git clone https://github.com/0xshaheen/CVE-2025-30208.git
cd CVE-2025-30208
# Install dependencies
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