This repository provides a Proof of Concept (PoC) for testing various vulnerabilities in the Apache HTTP Server, including Filename Confusion Attacks, SSRF, Denial of Service, and others related to recent CVEs.
The tool sends crafted HTTP requests to assess whether the server is vulnerable to certain types of attacks.
The tool performs HTTP requests to potential endpoints that might be vulnerable to confusion attacks or misconfigurations. It checks for specific patterns and encodings that could lead to unauthorized access or system failures.
The tool checks for vulnerabilities on the following paths:
You can install the required Python library using:
pip install requests
git clone https://github.com/mrmtwoj/apache-vulnerability-testing.git
cd apache-vulnerability-testing
To use the tool, provide the target URL you want to test:
python3 poc_vulnerability_testing.py --target http://<target-ip>
For example:
python3 poc_vulnerability_testing.py --target http://192.168.1.10
Relocatable is an innovative tool designed to simplify the creation of Position Independent Code (PIC)…
In cybersecurity, a vulnerability refers to a flaw or weakness in a system, application, or…
The BOF WinRM Client is a Beacon Object File (BOF) extension for Cobalt Strike that…
Dioxus is a cutting-edge framework for building cross-platform applications using the Rust programming language. It…
Modrinth is a cutting-edge platform designed to revolutionize the world of Minecraft modding. Focused primarily…
Deno is a modern runtime for JavaScript, TypeScript, and WebAssembly, designed to address some of…