## https://sploitus.com/exploit?id=9DD22225-BE0A-5AF9-AA22-FAE2F9470714
# CVE-2024-49113-Checker
Script to test whether your environment is potentially vulnerable to CVE-2024-49113 (LDAP Nightmare). This script performs:
- RPC connectivity checks
- LDAP port tests
- Netlogon service validation
- LDAP callback verification

```
usage : python CVE-2024-49113-checker.py
```
```
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
```
### Note: This tool does NOT exploit the vulnerability; it only checks for conditions that may make exploitation possible.