## https://sploitus.com/exploit?id=6B961ACC-F26E-5CF8-851D-1C814BEB78AE
# Online Discussion Forum Site 1.0 - Remote Code Execution PoC
This is a Proof of Concept (PoC) for a Remote Code Execution (RCE) vulnerability in **Online Discussion Forum Site 1.0**.
## Description
The exploit leverages an unrestricted file upload vulnerability in the registration page to upload a PHP web shell. Once uploaded, it establishes an interactive shell session with the target server.
## Usage
```bash
python3 poc.py -u
```
**Example:**
```bash
python3 poc.py -u http://example.com/discuss/
```
## Disclaimer
This script is for educational purposes and authorized testing only. Use responsibly.