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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2017-7921 — CVE-2017-7921 exploit. Allows admin password retrieval and automatic snapshot download. | Kitploit
工具/GitHubGitHub/gabrielavls/cve-2017-7921
IoT SecurityPassword AttacksVulnerability AnalysisExploitationWeb Application ExploitationInformation Gathering
GitHubgabrielavls/cve-2017-7921

CVE-2017-7921

CVE-2017-7921 exploit. Allows admin password retrieval and automatic snapshot download.

查看仓库
12年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2017-7921 漏洞利用

该脚本允许与存在 CVE-2017-7921 漏洞的摄像头交互,执行以下操作:

  1. 下载并解密配置文件,其中包含摄像头的管理员密码。
  2. 每秒连续下载图像。
  3. 将一系列下载的图像转换为视频。

依赖要求

  • Python 3.x
  • requirements.txt 中列出的包。使用以下命令安装:
root@kitploit:~
pip install -r requirements.txt

用法

该脚本接受以下参数:

  • -p IP:PORT:下载并解密配置文件。
  • -s IP:PORT:每秒下载图像。图像保存在 snapshots/IP:PORT/ 文件夹中。
  • -c IP:PORT:将指定摄像头的图像转换为视频。
  • -t:使用 Tor 进行所有请求。请确保 Tor 服务正在运行。

用法示例:

root@kitploit:~
python script.py -p 192.168.1.10:8080
python script.py -s 192.168.1.10:8080 -t
python script.py -c 192.168.1.10:8080

按 Ctrl+C 可停止图像下载。此外,图像下载会检查下载的图像是否与上一张非常相似,以避免重复保存相同图像。

警告

确保您有权与监控摄像头交互。滥用此脚本可能违法且违反道德。请负责任地使用。

下载工具