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-2024-23334-PoC — Proof of concept of the parh traversal in python AioHTTP library =< 3.9.1 | Kitploit
Tools/GitHubGitHub/arc4he/cve-2024-23334-poc
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubarc4he/cve-2024-23334-poc

CVE-2024-23334-PoC

Proof of concept of the parh traversal in python AioHTTP library =< 3.9.1

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

Path Traversal PoC (CVE-2024-23334)

This script is a proof of concept (PoC) for vulnerability CVE-2024-23334 related to a Path Traversal. The script attempts to access files outside the allowed root directory by manipulating paths in HTTP requests.

Requirements

To run this script, you will need to have the following dependencies installed:

  • Python 3.x
  • curl (must be installed on your system)
  • requests and colorama (for handling requests and colored output)
  • The file variable will be the file we want to target

You can install the dependencies with:

root@kitploit:~
pip install -r requirements.txt
Download Tool