Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
PrintNightmare — RCE no Serviço de Spooler de Impressão do Windows CVE-2021-1675 (PrintNightmare) | Kitploit
Ferramentas/GitHubGitHub/ozergoker/printnightmare
Escalada de PrivilégiosAnálise de VulnerabilidadesExploraçãoTestes de PenetraçãoFerramenta de Acesso Remoto
GitHubozergoker/printnightmare

PrintNightmare

RCE no Serviço de Spooler de Impressão do Windows CVE-2021-1675 (PrintNightmare)

Ver Repositório
21há 5 anosAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

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

image

Como desativar o serviço Print Spooler ?

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

Referências

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

#CVE-2021-1675 #PrintNightmare #WindowsPrintSpoolerServiceRCE

Baixar ferramenta