## https://sploitus.com/exploit?id=99C0245E-3B74-5EEF-92DA-FD1262E8156F
PoC exploit for CVE-2020-1472, a vulnerability in the Windows Netlogon service that allows an attacker to authenticate as the domain controller account with a zero-length password. The exploit uses the impacket library to connect to the Netlogon service and send a zero-length challenge and authentication request, which is then accepted by the service due to a flaw in the authentication logic. The exploit can be used to gain Domain Admin privileges on a Windows domain, allowing an attacker to perform various malicious activities such as DCSync attacks. The exploit is typically invoked by running the `cve-2020-1472-exploit.py` script with the IP and NetBIOS name of the domain controller as arguments.