## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-BARCRANGE-CVE-2024-49113-CHECKER
# CVE-2024-49113-Checker
Script per verificare se il tuo ambiente è potenzialmente vulnerabile a CVE-2024-49113 (LDAP Nightmare). Questo script esegue:
* Verifiche di connettività RPC
* Test sulla porta LDAP
* Validazione del servizio Netlogon
* Verifica del callback LDAP

root@kitploit:~
usage : python CVE-2024-49113-checker.py <target>
root@kitploit:~
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
### Nota: Questo strumento NON sfrutta la vulnerabilità ; verifica solo le condizioni che potrebbero rendere possibile lo sfruttamento.