Sploitus

Exploit for CVE-2024-49113-Checker

kitploit · 2026-08-27

Exploit Code

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



![picha](https://assets.kitploit.com/production/public/readmes/51986/50df834087f82df3517eceeb8150c7fceb6f27a68e6a5c9158a0e7a2dff6eaa9/9ddb93d768446e5b3b1f5678bfc445b942431b93a90f1fb3ace71e8dd17197bd-display-v1.webp)

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.