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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Printnightmare — 针对 PrintNightmare CVE-2021-34527 的修复 | Kitploit
工具/GitHubGitHub/eutectico/printnightmare
防御工具漏洞分析配置审计错误配置事件响应
GitHubeutectico/printnightmare

Printnightmare

针对 PrintNightmare CVE-2021-34527 的修复

查看仓库
1325年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Printnightmare

针对 PrintNightmare CVE-2021-34527 的修复

Printnightmare

以管理员身份运行 disable-spooler.ps1 文件以禁用打印后台处理程序(spooler)

root@kitploit:~
powershell.exe -executionpolicy bypass -file .\disable-spooler.ps1

如需批量禁用,请创建一个包含所有服务器名称的服务器列表(例如 serverlist.txt),然后以管理员身份运行 disable-spooler.cmd 文件,即可在所有服务器上禁用打印后台处理程序

root@kitploit:~
powershell.exe -executionpolicy bypass -file .\disable-spooler.cmd

以管理员身份运行 deny-drivers.ps1 文件以防止利用程序被安装

root@kitploit:~
powershell.exe -executionpolicy bypass -file .\deny-drivers.ps1

以管理员身份运行 allow-drivers.ps1 文件以重新激活驱动程序安装

root@kitploit:~
powershell.exe -executionpolicy bypass -file .\allow-drivers.ps1
下载工具