Initial ThreatLens release

This commit is contained in:
2026-06-27 21:24:57 -04:00
commit d96e326d4d
27 changed files with 3059 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
set -e
cd ~/vulnforge
docker compose up -d --build 2>&1 | tail -4
sleep 18
echo "=== bot logs ==="
docker logs vulnforge 2>&1 | grep -E 'vulnforge .' | head -30
echo
echo "=== diag ==="
bash /tmp/diag.sh | tail -40