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-49132_poc — This is an improved version of the CVE-2025-49132 proof of concept exploit. | Kitploit
Tools/GitHubGitHub/grodolphe/cve-2025-49132_poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubgrodolphe/cve-2025-49132_poc

CVE-2025-49132_poc

This is an improved version of the CVE-2025-49132 proof of concept exploit.

View Repository
31 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-49132 PoC (Improved)

This is an improved version of the CVE-2025-49132 proof of concept exploit.

CVE Information

  • CVE ID: CVE-2025-49132
  • NVD Reference: https://nvd.nist.gov/vuln/detail/cve-2025-49132
  • Wiz Database: https://www.wiz.io/vulnerability-database/cve/cve-2025-49132

Original Work

This improvement is based on the original PoC from 0xtensho/CVE-2025-49132-poc.

Improvements

  • Code Quality: Refactored to follow Python Black and PEP8 standards
  • Better HTTP Client: Replaced os.system() with requests library for more reliable HTTP requests
  • Descriptive Variables: Renamed variables for better code readability
  • CLI Interface: Added proper command-line argument parsing with help messages
  • Error Handling: Improved error handling and user feedback

Usage

root@kitploit:~
python poc.py --host <target_host> --command <command_to_execute>

Examples

root@kitploit:~
# Execute 'whoami' command
python poc.py --host 192.168.1.100 --command "whoami"

# Execute 'id' command
python poc.py --host example.com --command "id"

Options

  • --host, -H: Target host (required)
  • --command, -c: Command to execute on target (required)
  • --help, -h: Show help message

Requirements

root@kitploit:~
requests>=2.25.0

Install with:

root@kitploit:~
pip install requests

Disclaimer

This tool is for educational and authorized penetration testing purposes only. Only use on systems you own or have explicit permission to test.# CVE-2025-49132_poc

Download Tool