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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-35078 — Easy and non-intrusive script to check for CVE-2023-35078 | Kitploit
工具/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

查看仓库
13年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-35078

此脚本通过请求 Ivanti EPMM API 的 /ping 端点,以道德方式检查 cve-2023-35078 的存在。

/ping 仅响应 VSP 版本,而非尝试获取设备或管理员数据。

用法:./CVE-2023-35078 <IP/Hostname>

此脚本假设使用默认端口的 https 连接。

设置

  • 设置虚拟环境:python3 -m venv env
  • 激活环境:source env/bin/activate
  • 安装依赖:pip3 install -r requirements.txt
下载工具