
CVE-2023-46747-RCE PoC
Este es un script de Python3 para explotar la vulnerabilidad de ejecución remota de código no autenticado (CVE-2023-46747) en dispositivos F5 BIG-IP a través de la interfaz TMUI. Básicamente, si esta vulnerabilidad impacta, obtienes una shell sin credenciales.
Construido con soporte para hilos, carga de archivos, manejo de proxies, acceso opcional a shell, y capacidad de verificar objetivos vulnerables en lote. Hecho para investigadores de seguridad, pentesters y red teamers que necesitan automatización rápida y sencilla.
/tmui/login.jsppython3 bigrce.py -u https://<target> --check
python3 bigrce.py -u https://<target> --shell
python3 bigrce.py -f targets.txt -t 20 --check
python3 bigrce.py -f targets.txt --shell --proxy http://127.0.0.1:8080
-u <url>: Modo de objetivo único-f <file>: Archivo de objetivos (uno por línea)-t <threads>: Número de hilos (predeterminado: 5)--check: Solo verificar si el objetivo es vulnerable--shell: Lanzar shell RCE interactiva-p <proxy>: Enrutar tráfico a través de Burp/ZAPrequestscolorama (opcional, para salida coloreada)Instálalos mediante pip si es necesario:
pip3 install requests colorama
https://192.168.1.1
192.168.1.2
bigip.company.internal
Corregirá automáticamente HTTPS si falta.
Por cediegreyhat — este repositorio está inspirado en el uso en evaluaciones del mundo real. Modifícalo y expándelo como creas conveniente.
Mantente seguro. Hackea responsablemente. 🐉
Siéntete libre de abrir PRs si quieres mejorar esta herramienta!