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 — Exploit script for CVE-2021-41773 (Apache Path Traversal) with Docker setup and multi-target scanning via URL or list. | Kitploit
Tools/GitHubGitHub/zer0qs/cve-2021-41773
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHubzer0qs/cve-2021-41773

CVE-2021-41773

Exploit script for CVE-2021-41773 (Apache Path Traversal) with Docker setup and multi-target scanning via URL or list.

View Repository
4 years 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

Docker

root@kitploit:~
$ sudo docker build -t <image_name> .
$ sudo docker run -d -t -p 80:80 --name <container_name> <image_name> /bin/bash
$ sudo docker exec -it <container_name> ./bin/apachectl -k restart

To access docker container for custom config file

root@kitploit:~
$ docker exec -it <container> /bin/bash
file config in /usr/local/apache2/conf/httpd.conf
after config run command

$ /usr/local/apache2/bin ./apachectl -k restart

Usage Script

[+] python ./exploit.py [-OPTIONS] [Target/List of Targets]

root@kitploit:~
[+] -h : help

[+] -url <target>: specifict the target to check 

[+] -list <filename>: Scan multiple targets

Example

-h: help

image

-url: url

image

-list: path to file

image

image

Download Tool