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
Tools/GitHubGitHub/yuma-tsushima07/cve-2023-26035
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubyuma-tsushima07/cve-2023-26035

CVE-2023-26035

ZoneMinder Snapshots - Unauthenticated

View Repository
212 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-26035

ZoneMinder Snapshots - Unauthenticated image image

Install

Grab Repo

root@kitploit:~
$ git clone https://github.com/Yuma-Tsushima07/CVE-2023-26035.git

Setup

Note: Install the latest version of node

root@kitploit:~
$ npm init
$ npm i axios cheerio yargs

Usage

root@kitploit:~
┌─[✗]─[v37r1x@7h3B14ckKn1gh75]─[~/Documents/Code/CVE-2023-26035]
└──╼ $node exp.js -h
Options:
      --version  Show version number                                   [boolean]
  -t, --target   Target URI (e.g., http://example.com/zm/)   [string] [required]
  -c, --cmd      Command to execute on the target            [string] [required]
  -h, --help     Show help                                             [boolean]
Download Tool
root@kitploit:~
┌─[v37r1x@7h3B14ckKn1gh75]─[~/Documents/Code/CVE-2023-26035]
└──╼ $node exp.js -t http://127.0.0.1:8888/ --cmd '<shell>'

Credits

  • rvizx