README.md
Rendering markdown...
#!/bin/bash
echo "[*] Starting environment..."
sudo docker-compose up -d --build
echo "[*] Waiting for app to initialize..."
sleep 5
echo "[*] Running exploit..."
python3 exploit/exploit.py > logs/run1.log
echo "[*] Exploit output saved to logs/run1.log"
echo "[*] Generating report..."
python3 utils/report_generator.py
echo "[+] Done. Report saved to report.md"