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-POC — Nmap NSE script to detect Apache 2.4.49 path traversal vulnerability (CVE-2021-41773) by sending crafted requests and analyzing responses for exploitation. | Kitploit
Tools/GitHubGitHub/creadpag/cve-2021-41773-poc
ReconnaissanceVulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubcreadpag/cve-2021-41773-poc

CVE-2021-41773-POC

Nmap NSE script to detect Apache 2.4.49 path traversal vulnerability (CVE-2021-41773) by sending crafted requests and analyzing responses for exploitation.

View Repository
8523 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-nse

By George Labrin (@creadpag)

N|Solid

Build Status

Checks if Server is vulnerable to Apache 2.4.49 CVE-2021-41773.

POC

Open your favorite Terminal and run these commands.

Use NMAP.

First Tab:

root@kitploit:~
mv cve-2021-41773.nse /usr/share/nmap/scripts/

Second Tab:

root@kitploit:~
sudo nmap -Pn --script=cve-2021-41773.nse  X.X.X.X -p X

N|Solid

Download Tool