Lucene search
+L

546 matches found

Kitploit
Kitploit
•added 2026/09/26 6:09 a.m.•8 views

SpoolFool

SpoolFool 针对 CVE-2022-21999 的漏洞利用程序 - Windows 打印后台处理程序权限提升漏洞 LPE 详细信息 所提供的漏洞利用程序默认应在所有 Windows 桌面版本上正常工作。 完整技术细节请参阅此处的博客文章。 用法 root@kitploit: PS C:\SpoolFool .\SpoolFool.exe SpoolFool By Oliver Lyak @ly4k Examples: C:\SpoolFool\SpoolFool.exe -dll adduser.dll C:\SpoolFool\SpoolFool.exe -dll...

7.8CVSS8.2AI score0.41007EPSS
SaveExploits4
Kitploit
Kitploit
•added 2026/09/26 4:15 a.m.•10 views

CVE-2018-8440

CVE-2018-8440 我注意到 Metasploit 使用的是 SandboxEscaper 提供的 dll 库,并且只支持 x64,因此我决定向社区分享我的 PoC。当然,还有比针对打印后台程序更好的攻击向量,但这个问题留给读者自行思考。 这是一个独立的 PoC 可执行文件,已在 x86 系统上测试(因为我的客户需要这个环境)。根据我所知,它也应该能在 x64 上运行,但目前尚未在此环境下测试过。 开始上手 运行 Release 目录下的 poc.exe,我欢迎你这么做。 开个玩笑。 先决条件 你可能需要重新链接资源文件,因为...

7.8CVSS8.2AI score0.18386EPSS
SaveExploits7References4
Kitploit
Kitploit
•added 2026/09/26 12:06 a.m.•18 views

CVE-2021-1675_RDL_LPE

CVE-2021-1675RDLLPE PrintNightMare LPE提权漏洞的CS 反射加载插件。开箱即用、通过内存加载、混淆加载的驱动名称来ByPass Defender/EDR。 免责声明: 本项目只用于学习交流,请在合理授权范围内谨慎使用。 快速使用 下载本项目: Cobalt Strike 加载插件 用法说明: root@kitploit: printnightmarelpe dllpath elevate - PrintNightMare-1675 - choose your listener - exploit 效果展示 默认WinSer 2009环境Window...

9.3CVSS8.2AI score0.85305EPSS
SaveExploits64
Kitploit
Kitploit
•added 2026/09/25 10:56 p.m.•11 views

CVE-2021-1675

CVE-2021-1675 CVE-2021-1675:Windows 打印机服务中的零日漏洞,所有操作系统版本均存在可利用的漏洞。 让我提供一种我找到的缓解方法,在等待微软发布官方补丁期间。 在 Windows Powershell 中以管理员身份运行 注意:Servers.txt 包含你域中的所有服务器,排除安装了打印服务器角色的服务器。 $server= Get-Content C:\Script\Servers.txt Stop-Service -InputObject $Get-Service -Computer $server -Name spooler Set-Servic...

9.3CVSS8.1AI score0.85305EPSS
SaveExploits64
Kitploit
Kitploit
•added 2026/09/25 10:48 p.m.•16 views

cve-2021-1675

〖EXP〗Ladon打印机漏洞提权CVE-2021-1675复现 http://k8gege.org/p/CVE-2021-1675.html 基本情况 6月9日,微软发布6月安全更新补丁,修复了50个安全漏洞,其中包括一个Windows Print Spooler权限提升漏洞,漏洞CVE编号:CVE-2021-1675。未经身份验证的远程攻击者可利用该漏洞以SYSTEM权限在域控制器上执行任意代码,从而获得整个域的控制权。建议受影响用户及时更新漏洞补丁进行防护,做好资产自查以及预防工作,以免遭受黑客攻击。 漏洞描述 Print...

9.3CVSS8AI score0.85305EPSS
SaveExploits64References5
Kitploit
Kitploit
•added 2026/09/25 12:42 p.m.•9 views

CVE-2021-34527

PrintNightmare(CVE-2021-34527) 本版本的PrintNightmare漏洞利用基于Cube0x0创建的代码,具有以下特点: 能够针对多个主机。 内置SMB服务器用于载荷投递,无需开放文件共享。 利用包含MS-RPRN和MS-PAR两种协议( 在CMD参数中定义 )。 实现了@gentilkiwi的UNC绕过技术。 安装 运行前,请安装最新版本的impacket: root@kitploit: git clone https://github.com/SecureAuthCorp/impacket cd impacket python3 setup instal...

9CVSS8.2AI score0.99792EPSS
SaveExploits42References3
Kitploit
Kitploit
•added 2026/09/25 12:28 p.m.•12 views

PrintNightmare

PrintNightmare 这是一个项目,将帮助对抗 Windows 安全漏洞 PrintNightmare!CVE-2021-34527 您需要知道,Microsoft 已针对此漏洞发布了补丁,但该补丁并非完全有效,仅能应对 RCE(远程代码执行),而 LPE(本地权限提升)对潜在攻击者仍然有效。 以下是一些需要做的事情: 首先,在客户端上,您需要将计算机更新到最新的 Microsoft 修复程序,即使它并不能完全修补漏洞。 然后,在服务器上,如果无法安装 Microsoft 补丁,您必须关闭 Windows Print Spooler 服务,并在启动时禁用它,可通过...

9CVSS8.1AI score0.99792EPSS
SaveExploits42
Kitploit
Kitploit
•added 2026/09/25 11:00 a.m.•8 views

PrintNightmare

Windows 打印后台处理程序服务 RCE CVE-2021-1675 PrintNightmare 如何禁用打印后台处理程序服务? CMD 命令提示符 net start | findstr -i "spooler" net stop spooler REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\Spooler" /v "Start " /t REGDWORD /d "4" /f PowerShell Get-Service -Name Spooler Stop-Service -Name Spooler -Force...

9.3CVSS8.1AI score0.85305EPSS
SaveExploits64
Kitploit
Kitploit
•added 2026/09/25 10:39 a.m.•12 views

CVE-2021-1675-PrintNightmare

CVE-2021-1675 - PrintNightmare LPE PowerShell Caleb Stewart | John Hammond | 2021年6月1日 CVE-2021-1675 是一个关键的远程代码执行与本地权限提升漏洞,被称为“PrintNightmare”。 针对远程代码执行能力,已有公开的概念验证漏洞利用代码(Python、C++),以及用于本地权限提升的 C 版本。我们尚未看到纯 PowerShell 的原生实现,因此希望尝试改进并重塑该漏洞利用方式。 此 PowerShell 脚本利用 PrintNightmare 攻击技术实现本地权限提升 LPE。 已...

9.3CVSS8.2AI score0.85305EPSS
SaveExploits64References4
Kitploit
Kitploit
•added 2026/09/25 9:35 a.m.•11 views

my-CVE-2021-1675

= Print Nightmare 分析报告 :imagesdir: Figures :toc: :icons: font :figure-caption: 图 :xrefstyle: short :pdf-theme: basic-theme.yml 2021 年 6 月 29 日,一个非常严重的 Windows 打印服务漏洞作为 0day 被曝光,漏洞基础评分 8.8 分,发布于 GitHub 上(现已删除)。 该漏洞就是著名的 PrintNightmare: CVE-2021-34527,危险程度甚至高于永恒之蓝。 == 漏洞基本信息 34527 漏洞几乎作用于 Windows...

9.3CVSS7.9AI score0.85305EPSS
SaveExploits64References1
Kitploit
Kitploit
•added 2026/09/25 7:38 a.m.•5 views

CVE-2021-34527-Scanner-Based-On-cube0x0-POC

这是一个用于存在风险的 Windows-Print-Spooler 服务的扫描器 基于 cube0x0 最初创建的 CVE-2021-34527 PoC...

9CVSS8.1AI score0.99792EPSS
SaveExploits42
Kitploit
Kitploit
•added 2026/09/25 7:37 a.m.•5 views

CVE-2021-1675_PrintNightMare

PrintNightmareScanner 用于检测Windows打印后台处理程序远程代码执行漏洞(CVE-2021-1675)的扫描器 前提条件 python3 python3 -m pip install -r Requirements.txt 用法 python3 detectprintnightmare.py --help root@kitploit: usage: detectprintnightmare.py -h -t TARGET -T TARGETS -c CIDR 可选参数: -h, --help 显示此帮助信息并退出 -t TARGET, --target TARG...

9.3CVSS8.2AI score0.85305EPSS
SaveExploits64References1
Kitploit
Kitploit
•added 2026/09/25 2:09 a.m.•11 views

CVE-2020-1337

CVE-2020-1337 CVE-2020-1337 是通过符号链接(Junction Directory)绕过 PrintDemon CVE-2020-1048 补丁的一种方式,该补丁旨在修复影响 Windows 打印后台处理程序服务的权限提升 EoP\本地权限提升 LPE 漏洞。 该漏洞需要低权限访问,并且需要打印后台处理程序服务重启。 该补丁出现在微软 2020 年 8 月 11 日的补丁星期二中 - https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2020-1337ID0EWIAC。...

7.8CVSS7.8AI score0.14067EPSS
SaveExploits10
Kitploit
Kitploit
•added 2026/09/24 4:07 p.m.•9 views

CVE-2021-1675

PrintNightmare Local Privilege Escalation PoC src/nightmare.cpp: source code to exploit CVE-2021-1675 and gain system access by installing a malicious dll src/payload-dll.cpp: source code for dll with malicious shellcode in entry function !!Only use against servers on which you have permission to...

9.3CVSS8AI score0.85305EPSS
SaveExploits64
Kitploit
Kitploit
•added 2026/09/24 4:02 p.m.•9 views

printnightmare-detection-lab

PrintNightmare 威胁检测与应急响应实验室 CVE-2021-34527 📌 概述 本项目记录了一个针对 PrintNightmare CVE-2021-34527 的端到端安全监控、检测工程与应急响应实施方案。PrintNightmare 是 Windows 打印后台处理程序服务 spoolsv.exe 中的一个严重漏洞,允许未认证的远程代码执行 RCE 以及本地权限提升 LPE 至 SYSTEM 权限。 本实验室的目标是模拟利用遥测数据,通过 Sysmon 和 Windows 安全事件日志 捕获内核与系统审计日志,将事件摄入 Splunk Enterprise SIEM...

9CVSS8.2AI score0.99792EPSS
SaveExploits42
Kitploit
Kitploit
•added 2026/09/24 1:02 p.m.•11 views

CVE-2021-34481

CVE-2021-34481 检查 CVE-2021-34481 的补丁(Windows 打印后台处理程序远程代码执行漏洞) https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34481...

9.8CVSS7.9AI score0.47717EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/24 12:05 p.m.•8 views

CVE-2020-1048

CVE-2020-1048 CVE-2020-1048PrintDemon 的 POC 漏洞利用代码 受影响系统 下面链接中提到的所有 Windows 版本均受影响: https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1048 复现步骤 1. 修改 Source.c 顶部的变量 gPortName 和 gInputFile。 2. 使用 Visual Studio 编译并运行。 3. 重启打印机服务spoolsv或重启系统。 备注...

7.8CVSS7.8AI score0.16373EPSS
SaveExploits10References1
Kitploit
Kitploit
•added 2026/09/24 11:55 a.m.•9 views

disable-RegisterSpoolerRemoteRpcEndPoint

disable-RegisterSpoolerRemoteRpcEndPoint 针对 Windows Print Spooler 远程代码执行漏洞 CVE-2021-34527 的变通方案。参见: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527 更新 2021-07-08:微软发布了补丁 微软已经为此漏洞发布了补丁,因此保持系统更新就足够了。 然而,如果您愿意,仍然可以关闭此功能(可能是因为您不使用它,或者仍然觉得不安全)。 使用方法 以管理员权限下载并执行。 此脚本的功能...

9CVSS8.1AI score0.99792EPSS
SaveExploits42
Kitploit
Kitploit
•added 2026/09/24 11:51 a.m.•10 views

CVE-2016-3238-PoC

CVE-2016-3238-PoC CVE-2016-3238/MS16-087 概念验证(Proof of Concept)白皮书。 CVE-2016-3238 允许中间人攻击者在打印机安装过程中通过提供特制的打印驱动程序来执行任意代码,又名“Windows 打印后台处理程序远程代码执行漏洞”。...

9.3CVSS8AI score0.35421EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/22 6:25 p.m.•12 views

Microsoft-CVE-2021-1675

Microsoft-CVE-2021-1675 我创建了一个小型 C 项目,用于利用漏洞 CVE-2021-1675。 关于 CVE-2021-1675 的更多信息,请查看我的博客文章: https://thalpius.com/2021/07/16/windows-print-spooler-elevation-of-privilege-vulnerability-cve-2021-1675-explained 用法 Microsoft CVE-2021-1675 root@kitploit: CVE-2021-1675.exe /driverpath:c:\absolete\path...

9.3CVSS8.2AI score0.85305EPSS
SaveExploits64
Rows per page
Query Builder