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-Patcher — A patch for PrintNightmare vulnerability that occurs to print spooler service for Windows machines [CVE-2021-34527] | Kitploit
Tools/GitHubGitHub/0xirison/printnightmare-patcher
Vulnerability AnalysisConfiguration AuditingMisconfiguration
GitHub0xirison/printnightmare-patcher

PrintNightmare-Patcher

A patch for PrintNightmare vulnerability that occurs to print spooler service for Windows machines [CVE-2021-34527]

View Repository
25 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

Introduction

PrintNightmare-Patcher, a simple tool that resolves the PrintNightmare vulnerability, which occurs to print spooler service for Windows machines [CVE-2021-34527]. In addition, it checks if your system has the relevant security update for it or not.

Installation

root@kitploit:~
git clone https://github.com/0xirison/PrintNightmare-Patcher.git

Usage

root@kitploit:~
python printnightmare-patcher.py

Dependencies

No dependencies required

Features

  • Check if the windows system is vulnerable to PrintNightmare or not.
  • Check if the Print Spooler service is running or not, and disable it if running.
  • Check if the system has an update for PrintNightmare vulnerability "Hotfix-id: KB5004954", and try it to install it if it is not already installed.
  • Changing the registry key 'PointAndPrint' settings as Microsoft suggests.

Does it require elevated privileges?

Yes, it requires administrative privileges

References

  • Windows Print Spooler Remote Code Execution Vulnerability by Microsoft
  • Windwos Security Update 'KB5004954' by Microsoft

Screenshot

alt text

Download Tool