
Verifica se un sistema è potenzialmente vulnerabile a CVE-2024-49113 (LDAP Nightmare) testando la connettività RPC, le porte LDAP, il servizio Netlogon e la verifica del callback LDAP.
Script per verificare se il tuo ambiente è potenzialmente vulnerabile a CVE-2024-49113 (LDAP Nightmare). Questo script esegue:

usage : python CVE-2024-49113-checker.py <target>
Example
# Scan a single IP
python CVE-2024-49113-checker.py 192.168.1.1
# Scan a subnet
python CVE-2024-49113-checker.py 192.168.1.0/24
# Scan from a file
python CVE-2024-49113-checker.py ips.txt -o vulnerable_hosts.txt