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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2019-1315 — 针对CVE-2019-1315的概念验证PowerShell漏洞利用代码,该漏洞是Windows错误报告管理器中的任意文件移动权限提升漏洞,已在Windows 10 1903上测试通过。 | Kitploit
工具/GitHubGitHub/mayter/cve-2019-1315
权限提升漏洞分析漏洞利用二进制利用
GitHubmayter/cve-2019-1315

CVE-2019-1315

针对CVE-2019-1315的概念验证PowerShell漏洞利用代码,该漏洞是Windows错误报告管理器中的任意文件移动权限提升漏洞,已在Windows 10 1903上测试通过。

查看仓库
10436年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Windows Error Reporting Manager arbitrary file move Elevation of Privilege

Details: https://offsec.almond.consulting/windows-error-reporting-arbitrary-file-move-eop.html

You will need the NtApiDotNet library to run it, as well as a valid Report.wer file, both to be placed in the same directory as the poc.ps1 script.

To generate a WER report file, you can run the [Environment]::FailFast('Error') command in PowerShell, and look for the report file in %ProgramData%\Microsoft\Windows\WER\ReportQueue.

The script can be run with the following command:

powershell -exec bypass -C ". .\poc.ps1; Test-Exploit"

Tested on Windows 10 1903.

CVE-2019-1315

我编译了NtApiDotNet.dll文件。 本地测试成功。

下载工具