Share
## 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