Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-4573-Mitigation-Script | Kitploit
Tools/GitHubGitHub/castro-ian/cve-2024-4573-mitigation-script
Vulnerability AnalysisConfiguration AuditingAuthenticationMisconfigurationIncident Response
GitHubcastro-ian/cve-2024-4573-mitigation-script

CVE-2024-4573-Mitigation-Script

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1 year agoNot yet reviewed

CVE-2024-4573-Mitigation-Script

CVE-2024-43451 is a vulnerability in systems that allow NTLM authentication, a legacy protocol that can be exploited for credential relay attacks or brute force attacks. This vulnerability arises when NTLM is enabled, leaving systems susceptible to unauthorized access, potentially disclosing the user's NTLMv2 hash to an attacker with only minimal interaction.

This detection script works as follows:

Registry Path Check: Reads the LmCompatibilityLevel value from the registry path HKLM:\SYSTEM\CurrentControlSet\Control\Lsa.

Configuration Evaluation:

If LmCompatibilityLevel is less than 5, NTLM authentication is enabled, and the system is vulnerable.

If LmCompatibilityLevel is 5 or higher, NTLM authentication is disabled, and the system is protected.

Status Report: Outputs whether NTLM authentication is enabled or disabled based on the registry value.

By detecting whether NTLM authentication is enabled, this script will allow you to quickly assess your system's risk exposure to CVE-2024-43451.

Kudos to VSociety

Download Tool