
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.
Scanner para detectar a Vulnerabilidade de Execução Remota de Código do Spooler de Impressão do 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
Execute o script para um IP único
python3 detectprintnightmare.py -t 192.168.0.1

Execute o script para múltiplos IPs fornecendo um arquivo de texto com IPs
python3 detectprintnightmare.py -T ips.txt

Execute o script para CIDR
python3 detectprintnightmare.py -c 192.168.0.1/24