Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2021-1675_PrintNightMare — Escáner para detectar la vulnerabilidad RCE de Windows Print Spooler (CVE-2021-1675) en IPs individuales, listas de IPs o rangos CIDR usando Python. | Kitploit
Herramientas/GitHubGitHub/cybersecurityworks553/cve-2021-1675_printnightmare
ReconocimientoEscáneres de VulnerabilidadesMapeo de RedesExplotaciónPruebas de Penetración
GitHubcybersecurityworks553/cve-2021-1675_printnightmare

CVE-2021-1675_PrintNightMare

Escáner para detectar la vulnerabilidad RCE de Windows Print Spooler (CVE-2021-1675) en IPs individuales, listas de IPs o rangos CIDR usando Python.

Ver Repositorio

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
2314hace 5 añosRevisado por Kitploit

PrintNightmareScanner

Escáner para detectar la vulnerabilidad de ejecución remota de código del servicio de cola de impresión de Windows (CVE-2021-1675)

Requisitos previos

  • 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

Ejemplo: 1

Ejecuta el script para una sola IP

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

alt text

Ejemplo: 2

Ejecuta el script para múltiples IPs proporcionando un archivo de texto con las IPs

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

alt text

Ejemplo: 3

Ejecuta el script para CIDR

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

Referencia

PrintNightmare

Descargar herramienta