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
hikvision-unauthenticated-rce-cve-2021-36260 — 海康威视RCE漏洞 批量检测和利用工具 | Kitploit
Tools/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漏洞 批量检测和利用工具

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
337 months agoNot yet reviewed

Hikvision CVE-2021-36260 RCE Vulnerability

Vulnerability Description

An attacker can use this vulnerability to gain complete control of the device with an unrestricted root shell, even if the device owner is limited to a restricted protected shell (psh). In addition to compromising IP cameras, they can also access and attack the internal network.

FOFA

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

Usage

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")

Can be used for batch SRC mining

Download Tool