
CVE-2026-50751 Scanner di vulnerabilità Check Point IKEv1
Uno scanner di vulnerabilità multi-thread per CVE-2026-50751, una critica vulnerabilità di bypass dell'autenticazione IKEv1 che colpisce i Check Point Quantum Security Gateways.
I sistemi VPN Check Point Remote Access con IKEv1 abilitato sono vulnerabili ad attacchi di bypass dell'autenticazione. Questo strumento rileva se IKEv1 è abilitato sui sistemi target.
Dettagli 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
Crea targets.txt con un IP/hostname per riga:
# Comments are ignored
192.168.1.1
192.168.1.2
vpn.example.com
10.0.0.5
203.0.113.15
Sistema Vulnerabile:
⚠️ 192.168.1.100 | VULNERABLE | Port 500
└─ IKEv1 Responding (56 bytes)
Sistema Sicuro:
✅ 192.168.1.101 | SAFE | Port 500
Sistema Irraggiungibile:
⚠️ 192.168.1.102 | FAILED | Port 500
└─ Connection timeout
Riepilogo:
Vulnerable: 2 | Safe: 8 | Failed: 1
socket, struct, threading)⚠️ Importante: Esegui questo scanner solo su sistemi di tua proprietà o per i quali hai esplicita autorizzazione scritta per testarli. La scansione non autorizzata potrebbe essere illegale.
Versione: 1.0
Stato: Pronto per la Produzione
Ultimo Aggiornamento: 2026-06-10