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 — Windows Print Spooler Service RCE CVE-2021-1675 (PrintNightmare) | Kitploit
Tools/GitHubGitHub/ozergoker/printnightmare
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingRemote Access Tool
GitHubozergoker/printnightmare

PrintNightmare

Windows Print Spooler Service RCE CVE-2021-1675 (PrintNightmare)

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

Windows Print Spooler Service RCE CVE-2021-1675 (PrintNightmare)

image

How to disable the Print Spooler service ?

CMD Shell

net start | findstr -i "spooler"

net stop spooler

REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\Spooler" /v "Start " /t REG_DWORD /d "4" /f

PowerShell

Get-Service -Name Spooler

Stop-Service -Name Spooler -Force

Set-Service -Name Spooler -StartupType Disabled

Service Control

sc query Spooler

sc config Spooler start=disabled

References

https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527

#CVE-2021-1675 #PrintNightmare #WindowsPrintSpoolerServiceRCE

Download Tool