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-2019-0227 — apache axis1.4远程代码执行漏洞 | Kitploit
Tools/GitHubGitHub/ianxtianxt/cve-2019-0227
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubianxtianxt/cve-2019-0227

cve-2019-0227

apache axis1.4远程代码执行漏洞

View Repository
436 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-2019-0227

Apache Axis 1.4 remote code execution vulnerability You need to set up a listener on the local machine with msf, and also modify lines 24-30 of the code.

#You need to change these variables to match your configuration myip = “ 192.168.0.117 ” #Your machine's IP target = “ 192.168.0.102 ” #Target IP gateway = “ 192.168.0.1 ” #Default gateway targetport = “ 8080 ” #Port on which the target is running Axis (likely 8080) pathtoaxis = “ http://192.168.0.102:8080/axis ” #This can be customized depending on the Axis installation, but this is the default spoofinterface = “ eth0 ” #Interface to be used for spoofing jspwritepath = “ webapps \ axis \ exploit.jsp ” #Relative path for writing the JSP payload on the target; this is the default path for Tomcat installations

Download Tool