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
Tools/GitHubGitHub/welove88888/cve-2019-2725
Payload GenerationVulnerability AnalysisExploitationShellcodeWeb Application ExploitationCommand and Control
GitHubwelove88888/cve-2019-2725

CVE-2019-2725

Python-based exploit for CVE-2019-2725 (Oracle WebLogic) providing command execution and webshell upload targeting versions 10.3.6 and 12.1.3.

View Repository
2137 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-2725

weblogic command echo + webshell upload

Disclaimer: This tool is only for security testing and learning purposes. Illegal use is prohibited.
weblogic command echo + webshell upload
Script introduction:
This script is tested on weblogic versions 10.3.6 and 12.1.3, and is written in python3.
10.3.6 uses the jdk7u21 payload
12.1.3 uses the org.slf4j.ext.EventData class for double deserialization
Python dependencies: requests, logzero

Basic parameters:

10.0.3 effect image

Command echo:

10.0.3 effect image

Webshell upload:

10.0.3 effect image

Reference: https://mp.weixin.qq.com/s/rI6VGSiQ0SbGWUjQpQ-qfw

Download Tool