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-24078 — Proof-of-concept exploit for CVE-2023-24078, providing a reverse shell with configurable LHOST, LPORT, RHOST, and RPORT parameters for penetration testing. | Kitploit
Tools/GitHubGitHub/ag-rodriguez/cve-2023-24078
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubag-rodriguez/cve-2023-24078

CVE-2023-24078

Proof-of-concept exploit for CVE-2023-24078, providing a reverse shell with configurable LHOST, LPORT, RHOST, and RPORT parameters for penetration testing.

View Repository
12 years 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

Description

This script is a Proof of Concept (PoC) exploit I developed for CVE-2023-24078. After trying the publicly available PoCs that were not functional and facing frustration in trying to troubleshoot them, I just created my own script.

Usage

root@kitploit:~
usage: python3 CVE-2023-24078.py [-h] -lh LHOST -lp LPORT -th RHOST -tp RPORT 

A PoC script for exploiting CVE-2023-24078.

Required arguments:
  -lh LHOST, --lhost LHOST      Listening Host
  -lp LPORT, --lport LPORT      Listening Port
  -th RHOST, --rhost RHOST      Target Host IP
  -tp RPORT, --rport RPORT      Port of the target 

Download Tool