An open API service indexing awesome lists of open source software.

https://github.com/blue0x1/millhouse-rce-exploit

Millhouse Remote code execution exploit
https://github.com/blue0x1/millhouse-rce-exploit

exploits rce rce-exploit remote-code-execution

Last synced: 4 months ago
JSON representation

Millhouse Remote code execution exploit

Awesome Lists containing this project

README

        


Millhouse Remote code execution exploit



## Prerequisites

- PHP installed
- cURL extension enabled in PHP

## Install requirements

```bash
sudo apt update
sudo apt install php
sudo apt install php-curl
```

## Usage

```bash
php exploit.php -u http://target.org/ -c COMMAND
```
or

```bash
php exploit.php -u http://target.org/ -c "COMMAND"
```
Example:

![image](https://github.com/blue0x1/millhouse-rce-exploit/assets/52697989/c9ead23f-c7b1-4afa-b759-65b4d9eb8c48)




Reverse shell:

![image](https://github.com/blue0x1/millhouse-rce-exploit/assets/52697989/4a6462d0-5e99-45fe-b986-fd32a34e48f7)

![image](https://github.com/blue0x1/millhouse-rce-exploit/assets/52697989/876258ae-a759-42ea-a27f-e2d3d595b0d1)