Sploitus

Exploit for Out-of-bounds Read in Microsoft

githubexploit Β· 2025-01-03

Exploit Code

README28 lines
## 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


![picha](https://github.com/user-attachments/assets/a93c1675-c0a5-4898-918c-80160f0ee99f)   

```
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.