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
Apache-HTTP-Server-2.4.49-2.4.50-Path-Traversal-Remote-Code-Execution — Apache HTTP-Server 2.4.49-2.4.50 Path Traversal & Remote Code Execution PoC (CVE-2021-41773 & CVE-2021-42013) | Kitploit
Tools/GitHubGitHub/blackn0te/apache-http-server-2.4.49-2.4.50-path-traversal-remote-code-execution
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubblackn0te/apache-http-server-2.4.49-2.4.50-path-traversal-remote-code-execution

Apache-HTTP-Server-2.4.49-2.4.50-Path-Traversal-Remote-Code-Execution

Apache HTTP-Server 2.4.49-2.4.50 Path Traversal & Remote Code Execution PoC (CVE-2021-41773 & CVE-2021-42013)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
130 years agoNot yet reviewed

Apache HTTP-Server 2.4.49-2.4.50 Path Traversal & Remote Code Execution

Description

This is a PoC script for CVE-2021-41773 & CVE-2021-42013

Usage:

root@kitploit:~
python3 exploit.py <rhost> <rport> <option> <cmd> | <file-absolute-path>

Example:

Remote Code Execution

root@kitploit:~
python3 exploit.py 127.0.0.1 8080 rce 'id'

rce

Path Traversal

root@kitploit:~
python3 exploit.py 127.0.0.1 8080 file '/etc/passwd'

path_traversal

Download Tool