Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2018-14847 — Exploit for CVE-2018-14847 targeting MikroTik RouterOS to create a global proxy and extract credentials via PPTP server setup. | Kitploit
Tools/GitHubGitHub/yukar1z0e/cve-2018-14847
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingRemote Access Tool
GitHubyukar1z0e/cve-2018-14847

CVE-2018-14847

Exploit for CVE-2018-14847 targeting MikroTik RouterOS to create a global proxy and extract credentials via PPTP server setup.

View Repository
1356 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2018-14847

create global proxy based on RouterOS via CVE-2018-14847

How To Use

prepare

root@kitploit:~
pip3 install paramiko ipcalc optparse hashlib

usage

for ip file

root@kitploit:~
python3 loop.py -f [list.txt]

for single ip

root@kitploit:~
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 with some changes for creating PPTP server.

Download Tool