
Script d'exploitation Python pour CVE-2026-42758 ciblant WebinarIgnition. Prend en charge les URLs cibles personnalisées, l'email de l'attaquant, le mode verbose, et les paramètres optionnels de prénom/nom de famille.
CVE-2026-42758 WebinarIgnition Exploit Exemples d'utilisation Utilisation de base
python3 exploit.py https://target.example.com -e [email protected] Spécification de la page Webinar
python3 exploit.py https://target.example.com
-e [email protected]
-w https://target.example.com/webinar/my-webinar/
Mode verbose
python3 exploit.py https://target.example.com
-e [email protected]
-v
Informations personnalisées de nom
python3 exploit.py https://target.example.com
-e [email protected]
-f John
-l Doe
-v