Add Android forensics, IOC threat-intel DB, Compose companion; scrub secrets from configs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user