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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/fernstedt/cve-2026-50751
侦察漏洞扫描器漏洞利用信息收集网络安全渗透测试
GitHubfernstedt/cve-2026-50751

CVE-2026-50751

CVE-2026-50751 Check Point IKEv1 漏洞扫描器

查看仓库
2个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
CVE-2026-50751 — CVE-2026-50751 Check Point IKEv1 漏洞扫描器 | Kitploit

CVE-2026-50751 Check Point IKEv1 扫描器

一个针对 CVE-2026-50751 的多线程漏洞扫描器,这是一个影响 Check Point Quantum 安全网关的严重 IKEv1 认证绕过漏洞。

概述

启用 IKEv1 的 Check Point 远程访问 VPN 系统容易受到认证绕过攻击。此工具用于检测目标系统是否启用了 IKEv1。

CVE-2026-50751 详情:

  • CVSS 评分:9.8(严重)
  • 漏洞类型:Check Point 网关中的 IKEv1 认证绕过
  • 攻击向量:网络
  • 所需认证:无

功能特性

  • ✅ 并行扫描多个目标
  • ✅ 支持单个 IP 或批量文件输入
  • ✅ 支持 IKEv1 的两个端口(500 和 4500)
  • ✅ 可自定义超时和工作线程数
  • ✅ 彩色结果输出及摘要
  • ✅ 支持主机名解析

安装

root@kitploit:~
# No dependencies required - uses only Python standard library
python3 cve_2026_50751_poc.py --help

使用方法

单个目标

root@kitploit:~
python cve_2026_50751_poc.py 192.168.1.1

多个 IP

root@kitploit:~
python cve_2026_50751_poc.py 192.168.1.1 10.0.0.1 172.16.0.5

从文件读取

root@kitploit:~
python cve_2026_50751_poc.py -f targets.txt

两个端口(500 和 4500)

root@kitploit:~
python cve_2026_50751_poc.py -f targets.txt --both-ports

自定义端口

root@kitploit:~
python cve_2026_50751_poc.py 192.168.1.1 -p 4500

性能调优

root@kitploit:~
# Fast scan with 50 workers
python cve_2026_50751_poc.py -f targets.txt --both-ports -w 50 --timeout 2

# Slow network with higher timeout
python cve_2026_50751_poc.py -f targets.txt -w 5 --timeout 15

静默模式(无横幅)

root@kitploit:~
python cve_2026_50751_poc.py 192.168.1.1 -q

目标文件格式

创建 targets.txt,每行一个 IP/主机名:

root@kitploit:~
# Comments are ignored
192.168.1.1
192.168.1.2
vpn.example.com
10.0.0.5

203.0.113.15

输出示例

存在漏洞的系统:

root@kitploit:~
⚠️  192.168.1.100       | VULNERABLE  | Port 500
   └─ IKEv1 Responding (56 bytes)

安全系统:

root@kitploit:~
✅  192.168.1.101       | SAFE         | Port 500

无法访问的系统:

root@kitploit:~
⚠️  192.168.1.102       | FAILED       | Port 500
   └─ Connection timeout

摘要:

root@kitploit:~
Vulnerable: 2 | Safe: 8 | Failed: 1

环境要求

  • Python 3.6+
  • 无外部依赖(仅使用 socket、struct、threading)

法律与授权

⚠️ 重要提示:仅在你拥有或已获得明确书面许可的系统上运行此扫描器。未经授权的扫描可能是非法的。


参考资料

  • Check Point SK185033
  • CVE-2026-50751 详情
  • IKEv1 与 IKEv2

版本: 1.0
状态: 生产就绪
最后更新: 2026-06-10

下载工具