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 — apache路径穿越漏洞poc&exp | Kitploit
Tools/GitHubGitHub/aqiao-jashell/cve-2021-41773
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlLearning & Education
GitHubaqiao-jashell/cve-2021-41773

CVE-2021-41773

apache路径穿越漏洞poc&exp

View Repository
9111 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


Go language poc&exp project. Disclaimer: This project comes from the author's daily study notes. Do not use related technologies and tools for illegal testing. The author shall not be liable for any adverse consequences arising therefrom.

Usage:

root@kitploit:~
./main -u <url>   Single URL
./main -u <url> -c <command>  Execute single command on single URL
./main -f <file>  Batch verify URLs from file
./main -f <file> -o <file>  Verify URLs from file, export vulnerable results
./main -u <url> -cmd     Loop non-interactive command execution

Program execution result:

image

The author plans to add a thread module in the next step, using -t for multi-threaded work; add multi-vulnerability verification and exploitation modules.

Go language beginner, please be gentle

If this project is of any help to your learning, please give the author a star!!!

Download Tool