Skip to content

barcrange/CVE-2024-49113-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

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

Note: This tool does NOT exploit the vulnerability; it only checks for conditions that may make exploitation possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages