Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Vite-CVE-2025-30208-Scanner — CVE-2025-30208-EXP 任意文件读取 | Kitploit
Tools/GitHubGitHub/marino-admin/vite-cve-2025-30208-scanner
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubmarino-admin/vite-cve-2025-30208-scanner

Vite-CVE-2025-30208-Scanner

CVE-2025-30208-EXP 任意文件读取

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1011 year agoNot yet reviewed

An automated tool for detecting Vite CVE-2025-30208 vulnerability, supporting batch scanning and result saving.

Features

  • ✅ Colored terminal output
  • ✅ Batch target scanning (file import supported)
  • ✅ Multi-threaded concurrent detection (adjustable thread count)
  • ✅ Automatic saving of vulnerability results (with timestamp)
  • ✅ Proxy server support
  • ✅ Custom detection path
  • ✅ Random request headers

Installation & Usage

  1. Clone the repository:
root@kitploit:~
git clone https://github.com/marino-admin/Vite-CVE-2025-30208-Scanner.git
cd Vite-CVE-2025-30208-Scanner

Install dependencies:

root@kitploit:~
pip install -r requirements.txt

Scan a single target

python scanner.py -u http://example.com

Batch scan (using 20 threads)

python scanner.py -f targets.txt -t 20

Scan with a proxy

python scanner.py -f targets.txt --proxy http://127.0.0.1:8080

Parameter Description

fofa

root@kitploit:~
body="/@vite/client"

Disclaimer

  1. By downloading, installing, using, or modifying this tool and its related code, you indicate that you trust this tool
  2. We assume no responsibility for any losses or damages of any kind caused to you or others by the use of this tool
  3. If you engage in any illegal activities while using this tool, you shall bear the corresponding consequences; we shall not bear any legal or joint liability
  4. Please read carefully and fully understand each clause, especially those regarding exemption or limitation of liability, and choose to accept or not accept
  5. Unless you have read and accepted all terms of this agreement, you have no right to download, install, or use this tool
  6. Your downloading, installation, or use constitutes your acceptance of the above agreement
Download Tool
ParameterDescriptionExample Value
-uSingle target URLhttp://example.com
-fTarget list filetargets.txt
-tConcurrent threads (default 10)20
--proxyProxy serverhttp://127.0.0.1:8080
--pathCustom detection path (default /etc/passwd)