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
CVE-2025-31125 — Vite 任意文件读取漏洞POC | Kitploit
Tools/GitHubGitHub/sunhuihi666/cve-2025-31125
Vulnerability AnalysisExploitationScripting & AutomationInformation GatheringWeb SecurityPenetration Testing
GitHubsunhuihi666/cve-2025-31125

CVE-2025-31125

Vite 任意文件读取漏洞POC

View Repository
611 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-31125 Vulnerability Detection Tool

This is a Python script tool for detecting CVE-2025-31125 vulnerability.

Author Information

  • Author: 大智
  • Date: 2025-04-01

Features

  • Supports single target detection
  • Supports batch target detection
  • Automatically saves detection results
  • Colored output interface
  • Detailed detection logs

Requirements

  • Python 3.6 or higher
  • Windows/Linux/MacOS operating system

Quick Start

1. Install Dependencies

root@kitploit:~
# Install required dependencies with one command
pip install -r requirements.txt

2. Usage

Method 1: Detect a single target

root@kitploit:~
python main.py http://example.com

Method 2: Batch detection of targets

  1. Create ips.txt file with one target address per line, for example:
root@kitploit:~
http://example1.com
http://example2.com
http://example3.com
  1. Run the script:
root@kitploit:~
python main.py

3. Output Results

  • Detection results will be saved in result.txt file
  • Detailed logs will be saved in full_log.json file

Notes

  • Please ensure you have permission to test the target system
  • Recommended for use in test environments
  • Please read relevant laws and regulations carefully before use

Disclaimer

This tool is intended only for security research and authorized testing. Do not use it for illegal purposes. The user assumes all responsibility for any consequences arising from unauthorized testing with this tool.

Changelog

  • 2025-04-01: Initial release
Download Tool