Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Printnightmare — Fix for PrintNightmare CVE-2021-34527 | Kitploit
Tools/GitHubGitHub/eutectico/printnightmare
Defensive ToolsVulnerability AnalysisConfiguration AuditingMisconfigurationIncident Response
GitHubeutectico/printnightmare

Printnightmare

Fix for PrintNightmare CVE-2021-34527

View Repository
15 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Printnightmare

Fix for PrintNightmare CVE-2021-34527

Printnightmare

Run disable-spooler.ps1 file as administrator to disable spooler

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

For batch disabling, make a server list with the names of all your servers (e.g. serverlist.txt) and run the file disable-spooler.cmd as administrator to disable the spooler on all your servers

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

Run deny-drivers.ps1 file as administrator to prevent exploits from being installed

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

Run the allow-drivers.ps1 file as administrator to reactivate driver installation

root@kitploit:~
powershell.exe -executionpolicy bypass -file .\allow-drivers.ps1
Download Tool