HP Power Manager
HP Power Manager exposes a GoAhead web interface on HTTP. Version 4.2 Build 7 can be exploited with the Metasploit hp_power_manager_filename module to get a SYSTEM Meterpreter session.
Discovery
nmap -sC -sV TARGET
# 80/tcp open http GoAhead WebServer
# http-server-header: GoAhead-Webs
# http-title: HP Power Manager
# Requested resource was http://TARGET/index.aspThe host may be an older Windows system:
445/tcp open microsoft-ds Windows 7 Ultimate N 7600
3389/tcp open ms-wbt-server Microsoft Terminal ServiceWeb Login and Version
Browse to:
http://TARGET/index.aspTry default credentials:
Username: admin
Password: adminThe version can be found at:
Metasploit RCE
Use the HP Power Manager filename buffer overflow module:
Successful output:
Confirm access:
References
https://github.com/CountablyInfinite/HP-Power-Manager-Buffer-Overflow-Python3
Last updated