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
Tools/GitHubGitHub/y1s4s/cve-2024-36401-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHuby1s4s/cve-2024-36401-poc

CVE-2024-36401-PoC

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

CVE-2024-36401-PoC

This repository contains a Proof of Concept (PoC) script for CVE-2024-36401, a vulnerability that can be exploited to gain remote code execution on the target server.

Features

  • Assign a reverse shell listener using Perl.
  • Encode commands using Base64.
  • Make requests to the target server to exploit the vulnerability.
  • Handle interruptions gracefully with signal handling.

Prerequisites

  • Python 3.x
  • requests library

Installation

  1. Clone this repository:

    root@kitploit:~
    git clone https://github.com/yourusername/CVE-2024-36401-PoC.git
    cd CVE-2024-36401-PoC
    
  2. Install the required Python library:

    root@kitploit:~
    pip install requests
    
  3. Ensure type_names.txt is in the same directory as rev.py.

Usage

root@kitploit:~
python3 rev.py -u <target_url> -i <listener_ip> -p <listener_port>
Download Tool