Add Android forensics, IOC threat-intel DB, Compose companion; scrub secrets from configs

This commit is contained in:
SsSnake
2026-07-13 15:45:47 -07:00
parent 925216290f
commit e48d577bd5
387 changed files with 211976 additions and 921 deletions

View File

@@ -133,6 +133,8 @@ def create_app():
from web.routes.module_creator import module_creator_bp
from web.routes.ssh_manager import ssh_manager_bp
from web.routes.remote_monitor import remote_monitor_bp
from web.routes.android_forensics import android_forensics_bp
from web.routes.android_forensics_ai import android_forensics_ai_bp
app.register_blueprint(auth_bp)
app.register_blueprint(dashboard_bp)
@@ -198,6 +200,8 @@ def create_app():
app.register_blueprint(module_creator_bp)
app.register_blueprint(remote_monitor_bp)
app.register_blueprint(ssh_manager_bp)
app.register_blueprint(android_forensics_bp)
app.register_blueprint(android_forensics_ai_bp)
# Start network discovery advertising (mDNS + Bluetooth)
try: