
Environnement de laboratoire vulnérable dockerisé avec un moniteur réseau basé sur Python et un script d'exploitation dédié, permettant une exploitation pratique, des vérifications de privilèges et la capture de flag.
Environnement de laboratoire pour CVE-2026-1357
sudo apt update && sudo apt install docker.io docker-compose -y
sudo systemctl start docker
git clone [Link of Repo]
sudo chmod +x network_monitor.py
sudo docker compose up --build -d
Firefox : http://localhost:5678
Pour tester le workflow : { "address": "8.8.8.8" }
Publié ..
sudo nmap -sV -O localhost
sudo chmod +x CVE-2026-21877_exploit.py
python3 CVE-2026-21877_exploit.py 127.0.0.1
whoami || id || export || cat /root/flag.txt