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-2023-35078 — Easy and non-intrusive script to check for CVE-2023-35078 | Kitploit
Tools/GitHubGitHub/synfinner/cve-2023-35078
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubsynfinner/cve-2023-35078

CVE-2023-35078

Easy and non-intrusive script to check for CVE-2023-35078

View Repository
13 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-35078

This script ethically checks for the presence of cve-2023-35078 via requesting the /ping endpoint from the Ivanti EPMM API.

/ping simply responds with the VSP version, rather than attemping to pull device or admin data.

Usage: ./CVE-2023-35078 <IP/Hostname>

This script assumes https connections over default port.

Setup

  • Setup virtual env: python3 -m venv env
  • Activate env: source env/bin/activate
  • Install dependencies: pip3 install -r requirements.txt
Download Tool