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-4428 — Ivanti EPMM Pre-Auth RCE Chain | Kitploit
Tools/GitHubGitHub/xie-22/cve-2025-4428
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubxie-22/cve-2025-4428

CVE-2025-4428

Ivanti EPMM Pre-Auth RCE Chain

View Repository
4311 months 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-4427 & CVE-2025-4428 Vulnerability Scanner

Python Version License

Advanced detection tool for identifying systems vulnerable to the CVE-2025-4427 and CVE-2025-4428 exploit chain. This security scanner helps identify vulnerable endpoints and demonstrates proof-of-concept exploitation.

Features

  • 🛡️ Vulnerability Detection: Identifies vulnerable systems through signature analysis
  • 💻 Command Execution: Allows safe testing of vulnerability via controlled command execution
  • 🔄 Retry Mechanism: Automatic retry for failed connections
  • 📄 Logging System: Detailed logging with file and console outputs
  • 🌐 Proxy Support: Configurable proxy settings for traffic inspection
  • 🔧 Multi-Shell Support: Compatible with both bash and sh environments
  • 📊 Output Redirection: Save results to external files

Installation

  1. Requirements:

    • Python 3.6+
    • requests library
  2. Install dependencies:

root@kitploit:~
pip install requests

Usage

Basic Command

root@kitploit:~
python scanner.py -H http://target-site.com/

Full Syntax

root@kitploit:~
python scanner.py -H [TARGET_URL] [OPTIONS]

Options

Examples

  1. Basic vulnerability check:
root@kitploit:~
python scanner.py -H https://example.com/
  1. Custom command execution with proxy:
root@kitploit:~
python scanner.py -H http://internal-server/ -c "uname -a" -x http://proxy:8080
  1. Full test with output redirection:
root@kitploit:~
python scanner.py -H http://test-site.com/ -s sh -t 30 -o results.txt

Important Notes

  • 🚨 Legal Compliance: Use only on authorized systems
  • 🔒 Security Advisory: For testing purposes only
  • ⚠️ Ethical Warning: Do not use for illegal activities
  • 📝 Best Practice: Always verify results manually
  • 🔍 Accuracy: False positives/negatives possible - use as initial screening tool

Exit Codes

CodeDescription
0Vulnerable system detected
1No vulnerability found
2Execution error occurred

License

Distributed under MIT License. See LICENSE for full text.

Download Tool
ParameterDescription
-HTarget URL (required)
-cCommand to execute (default: 'id')
-sShell type [bash
-xProxy configuration (e.g.: http://127.0.0.1:8080)
-tRequest timeout in seconds (default: 15)
-rConnection retry attempts (default: 2)
-oOutput file path