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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cve-2017-0065 — Exploiting Edge's read:// urlhandler | Kitploit
工具/GitHubGitHub/dankirk/cve-2017-0065
Vulnerability AnalysisExploitationWeb Application ExploitationData ExfiltrationLearning & Education
GitHubdankirk/cve-2017-0065

cve-2017-0065

Exploiting Edge's read:// urlhandler

查看仓库
1594年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

利用 Edge 的 read:// URL 处理程序

介绍

此漏洞已报告给微软,并获得了致谢。该漏洞已于 2017 年 3 月 14 日以编号 CVE-2017-0065 和 MS17-007 修复,如果应用了相关补丁,则无法复现。源码仅供教育目的。

参考:

https://msrc.microsoft.com/update-guide/vulnerability/CVE-2017-0065

https://docs.microsoft.com/en-us/security-updates/securitybulletins/2017/ms17-007

https://nvd.nist.gov/vuln/detail/CVE-2017-0065

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0065

概述

此漏洞需要受害者在已知文件位置的文件系统上有一个伪造文件 (exploit.html)。受害者无需运行该文件,只需拥有它即可。随后,通过访问恶意网站 (malicious_server.php) 即可调用该文件。利用此漏洞,本地文件可以在用户不知情的情况下上传到所访问的恶意网站。

复现步骤

root@kitploit:~
1. 编辑 exploit.html,将表单 action 设置为你测试 Web 服务器的地址。
2. 在启用 PHP 的 Web 服务器上提供 malicious_server.php,以便你可以通过 http://yourwebserver.com/malicious_server.php 访问它。
3. 将 exploit.html 放入以下文件夹:c:\windows\system32\drivers\etc\ (read: 协议对文件位置似乎很挑剔)
4. 使用 Edge 浏览器导航到 http://yourwebserver.com/malicious_server.php。

预期结果

root@kitploit:~
1. 导航到 malicious_server.php 应触发浏览器重定向到:read:,c:\windows\system32\drivers\etc\exploit.html
2. 然后 exploit.html 应提示用户在空白页面上任意位置点击。
3. 点击后,exploit.html 将创建一个窗口,其 URL 为:read:,c:\windows\system32\drivers\etc\hosts
4. 如果窗口创建成功,打开的窗口(hosts 文件)的内容将被复制到一个隐藏的表单中,窗口关闭,表单提交回你 Web 服务器上的 malicious_server.php
5. malicious_server.php 将显示提交文件的内容
下载工具