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
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
echo "=== main.py contains add_all_cog_commands? ==="
docker exec vulnforge grep -n add_all_cog_commands /app/main.py
echo
echo "=== relevant log entries ==="
docker logs vulnforge 2>&1 | grep -iE 'loaded|sync|locally|extension|exception|error' | tail -40