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>

[4.0K] /data/pocs/a1209bd72d5ca6a0bb3efe23e2e513fd824fddb5
├── [5.9K] check_cve-2020-1472.py
├── [4.0K] img
│ └── [ 62K] scrin.png
├── [1009] README.md
└── [ 59] requirements.txt
1 directory, 4 files