# CVE-2018-14847
**create global proxy based on RouterOS via CVE-2018-14847**
## How To Use
*prepare*
```bash
pip3 install paramiko ipcalc optparse hashlib
```
*usage*
for ip file
```bash
python3 loop.py -f [list.txt]
```
for single ip
```bash
python3 loop.py [ip]
```
## Copyright
the poc part in this repository that use CVE-2018-14187 to get username/password is partly forked from [miladdiaz/MikrotikExploit](https://github.com/miladdiaz/MikrotikExploit) with some changes for creating PPTP server.
[4.0K] /data/pocs/3784e525b4b99352a098cabcd715f59bcdb47eb3
├── [6.1K] createVpn.py
├── [1.3K] extract_user.py
├── [1.5K] LICENSE
├── [3.7K] loop.py
├── [ 510] README.md
└── [ 36] vpnlist.txt
0 directories, 6 files