
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.
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)
python3 detectprintnightmare.py --help
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
Ejecuta el script para una sola IP
python3 detectprintnightmare.py -t 192.168.0.1

Ejecuta el script para múltiples IPs proporcionando un archivo de texto con las IPs
python3 detectprintnightmare.py -T ips.txt

Ejecuta el script para CIDR
python3 detectprintnightmare.py -c 192.168.0.1/24