
Proof of concept of the parh traversal in python AioHTTP library =< 3.9.1
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.
To run this script, you will need to have the following dependencies installed:
requests and colorama (for handling requests and colored output)You can install the dependencies with:
pip install -r requirements.txt