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
CVE-2021-1675_PrintNightMare — Escâner para detectar a vulnerabilidade RCE do Windows Print Spooler (CVE-2021-1675) em IPs únicos, listas de IPs ou intervalos CIDR usando Python. | Kitploit
Ferramentas/GitHubGitHub/cybersecurityworks553/cve-2021-1675_printnightmare
ReconhecimentoScanners de VulnerabilidadesMapeamento de RedeExploraçãoTestes de Penetração
GitHubcybersecurityworks553/cve-2021-1675_printnightmare

CVE-2021-1675_PrintNightMare

Escâner para detectar a vulnerabilidade RCE do Windows Print Spooler (CVE-2021-1675) em IPs únicos, listas de IPs ou intervalos CIDR usando Python.

Ver Repositório

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
231445há 5 anosRevisado pelo Kitploit

PrintNightmareScanner

Scanner para detectar a Vulnerabilidade de Execução Remota de Código do Spooler de Impressão do Windows (CVE-2021-1675)

Pré-requisitos

  • python3
  • python3 -m pip install -r Requirements.txt

Uso

python3 detectprintnightmare.py --help

root@kitploit:~
usage: detectprintnightmare.py [-h] [-t TARGET] [-T TARGETS] [-c CIDR]

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Single IP
  -T TARGETS, --targets TARGETS
                        List of IP in text file
  -c CIDR, --cidr CIDR  CIDR range

Exemplo: 1

Execute o script para um IP único

root@kitploit:~
python3 detectprintnightmare.py -t 192.168.0.1

texto alternativo

Exemplo: 2

Execute o script para múltiplos IPs fornecendo um arquivo de texto com IPs

root@kitploit:~
python3 detectprintnightmare.py -T ips.txt

texto alternativo

Exemplo: 3

Execute o script para CIDR

root@kitploit:~
python3 detectprintnightmare.py -c 192.168.0.1/24

Referência

PrintNightmare

Baixar ferramenta