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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2017-7921-rewrite — 我用 python 简单重写了 CVE-2017-7921。仅供教育目的! | Kitploit
工具/GitHubGitHub/kelvinwin10/cve-2017-7921-rewrite
物联网安全密码攻击漏洞分析漏洞利用Web应用程序漏洞利用学习与教育
GitHubkelvinwin10/cve-2017-7921-rewrite

CVE-2017-7921-rewrite

我用 python 简单重写了 CVE-2017-7921。仅供教育目的!

查看仓库
126个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2017-7921-重写

我使用 Python 简单重写了 CVE-2017-7921,仅供教育用途!

相当简单,我没有包含对 IP 之类的检查,也没有对响应进行高级检查等。 我在一台授权测试的摄像头(在我本地网络内)上进行了测试,似乎完美运行。

#示例输出:

root@kitploit:~
python 2017.py
found usernames: admin,defualt
admin:Pa$$W0rd
defualt:Xf07732479

这与我们在 msfconsole 上使用相同漏洞时获取的凭据匹配。

root@kitploit:~
[*] User Credentials Information:
-----------------------------
User:admin | ID:1 | Role:Administrator | Password: Pa$$W0rd
User:defualt | ID:2 | Role:Operator | Password: Xf07732479

#来源 实际详细信息: https://medium.com/@k3yb0ard/when-you-pay-to-sell-your-own-privacy-a-technical-deep-dive-into-cve-2017-7921-hikvision-auth-576b581f4afe

CVE: https://nvd.nist.gov/vuln/detail/cve-2017-7921

#更新 还添加了快照功能,可以从 /Streaming/channels/1/picture 获取快照并保存到文件 ip.jpg

下载工具