This script is made for bulk checking your domain controllers for the Zerologon vulnerability.
Zerologon vulnerabilities are dangerous for your domain controller, dont use the exploit on production servers.
--ip Ip address for check on CVE-2020-1472
--file File path with IP addresses
--threads Number of threads
--name NetBIOS computer name, use with --ip flag
python3 check_cve-2020-1472.py ---ip <IP>
python3 check_cve-2020-1472.py ---ip <IP> ---name <NetBIOS computer name>
python3 check_cve-2020-1472.py ---file <Path to file with ip addresses>