一个针对 CVE-2026-50751 的多线程漏洞扫描器,这是一个影响 Check Point Quantum 安全网关的严重 IKEv1 认证绕过漏洞。
启用 IKEv1 的 Check Point 远程访问 VPN 系统容易受到认证绕过攻击。此工具用于检测目标系统是否启用了 IKEv1。
CVE-2026-50751 详情:
# No dependencies required - uses only Python standard library
python3 cve_2026_50751_poc.py --help
python cve_2026_50751_poc.py 192.168.1.1
python cve_2026_50751_poc.py 192.168.1.1 10.0.0.1 172.16.0.5
python cve_2026_50751_poc.py -f targets.txt
python cve_2026_50751_poc.py -f targets.txt --both-ports
python cve_2026_50751_poc.py 192.168.1.1 -p 4500
# 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
python cve_2026_50751_poc.py 192.168.1.1 -q
创建 targets.txt,每行一个 IP/主机名:
# Comments are ignored
192.168.1.1
192.168.1.2
vpn.example.com
10.0.0.5
203.0.113.15
存在漏洞的系统:
⚠️ 192.168.1.100 | VULNERABLE | Port 500
└─ IKEv1 Responding (56 bytes)
安全系统:
✅ 192.168.1.101 | SAFE | Port 500
无法访问的系统:
⚠️ 192.168.1.102 | FAILED | Port 500
└─ Connection timeout
摘要:
Vulnerable: 2 | Safe: 8 | Failed: 1
socket、struct、threading)⚠️ 重要提示:仅在你拥有或已获得明确书面许可的系统上运行此扫描器。未经授权的扫描可能是非法的。
版本: 1.0
状态: 生产就绪
最后更新: 2026-06-10