POC for checking multiple hosts for Zerologon vulnerability
# Zerologon (CVE-2020-1472)
This script is made for bulk checking your domain controllers for the Zerologon vulnerability.
# Note
__Zerologon vulnerabilities are dangerous for your domain controller, dont use the exploit on production servers.__
# Arguments
--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
# Exampels
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>

Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view