
mass scan for CVE-2025-30208
This repository contains a Bash script that automates the process of detecting and scanning CVE-2025-30208 from a list of URLs. The script integrates Discord notifications for tracking execution status.
detect_vite.py to identify Vite servers from a list of URLs.hosts.txt containing identified Vite servers.scan_vite.py to scan the detected CVE-2025-30208.run script.sh
detect_vite.py starts on urls.txt --> generate hosts.txt (identified vulnerable vite server) --> scan_vite.py starts on hosts.txt
insert url in hosts.txt file and then
python3 scan_vite.py
detect_vite.py and scan_vite.py scripts in the same directoryurls.txt containing URLs to scan for CVE-2025-30208git clone https://github.com/your-username/your-repo.git
cd your-repo
chmod +x script.sh
YOUR_DISCORD_WEBHOOK_URL in scan_vite.py with your actual Discord webhook URL.Run the script using:
./script.sh
detect_vite.py, scan_vite.py, urls.txt), the script will notify the error and exit.hosts.txt is not generated after detect_vite.py, the script will notify an error and stop execution.detect_vite.py on urls.txt.hosts.txt was created.scan_vite.py on hosts.txt.hosts.txt was not generated.