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-2020-1938TomcatAjpScanner — 批量扫描TomcatAJP漏洞 | Kitploit
Tools/GitHubGitHub/woaiqiukui/cve-2020-1938tomcatajpscanner
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubwoaiqiukui/cve-2020-1938tomcatajpscanner

CVE-2020-1938TomcatAjpScanner

批量扫描TomcatAJP漏洞

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1426 years agoNot yet reviewed

CVE-2020-1938TomcatAjpScanner

Batch scan for Tomcat AJP vulnerability

Vulnerability Details

On January 6, 2020, the National Information Security Vulnerability Sharing Platform (CNVD) included the Apache Tomcat file inclusion vulnerability (CNVD-2020-10487, corresponding to CVE-2020-1938). Attackers exploiting this vulnerability can remotely read any file in a specific directory without authorization. Currently, the vulnerability details have not been disclosed, and the vendor has released a new version to fix the vulnerability.

Vulnerability Analysis

https://mp.weixin.qq.com/s/8Wueh4lkKBtfNisjxOSoWA

Script Usage

python CVE-2020-1938TomcatAjpScanner -h Can view usage instructions usage: CVE-2020-1938TomcatAjpScanner.py [-h] [-p PORT] [-f FILE] [-z ZIZHAN] target

Usage: python CVE-2020-1938TomcatAjpScanner.py target [-p port] The target is an IP address, which can be a string or a file; scan results will be saved in result.txt in the current directory. Supports Python3.

positional arguments: target Hostname or IP to attack---Support Inputting a txt file

optional arguments: -h, --help show this help message and exit -p PORT, --port PORT AJP port to attack (default is 8009) -f FILE, --file FILE file path :(WEB-INF/web.xml) -z ZIZHAN, --zizhan ZIZHAN zizhan path :(woaiqiukui)

[!] Note: Be aware of file name conflicts when using. To prevent content conflicts, manually clear the result.txt file before reusing. [!] Note: Ensure the IP format is correct, do not pass a directory.

Usage Demo

Here, a locally built apache-tomcat-7.0.86 is used
  • usage:
    image

  • test.txt:
    image

  • display:
    image

  • result.txt:
    image

Download Tool