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
Ferramentas/GitHubGitHub/ptter23/cve-2021-1675
Privilege EscalationVulnerability AnalysisExploitationLateral MovementPenetration Testing
GitHubptter23/cve-2021-1675

CVE-2021-1675

CVE-2021-1675: ZERO-DAY VULNERABILITY IN WINDOWS PRINTER SERVICE WITH AN EXPLOIT AVAILABLE IN ALL OPERATING SYSTEM VERSIONS

Ver Repositório
1há 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

CVE-2021-1675

CVE-2021-1675: VULNERABILIDADE DE ZERO-DAY NO SERVIÇO DE IMPRESSÃO DO WINDOWS COM EXPLOIT DISPONÍVEL EM TODAS AS VERSÕES DO SISTEMA OPERACIONAL Deixe-me fornecer um dos métodos que encontrei para mitigar isso enquanto aguardamos a Microsoft lançar patches oficiais. Execute como Administrador no Windows Powershell Nota: Servers.txt > Inclua todos os servidores do seu domínio, excluindo servidores que possuem a função de servidor de impressão instalada

$server= Get-Content C:\Script\Servers.txt Stop-Service -InputObject $(Get-Service -Computer $server -Name spooler) Set-Service -Name Spooler -StartupType Disabled

Baixar ferramenta