New packages for passive network tap with session replay capabilities: secubox-avatar-tap: - Mitmproxy-based passive session capture - Captures authenticated sessions (cookies, auth headers, tokens) - SQLite database for session storage - CLI tool (avatar-tapctl) for management - Transparent proxy mode support - Runs inside streamlit LXC container luci-app-avatar-tap: - KISS-style dashboard for session management - Real-time stats (sessions, domains, replays) - Replay/Label/Delete actions per session - Start/Stop controls Designed for SecuBox Avatar authentication relay system with future Nitrokey/GPG integration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
534 B
Plaintext
20 lines
534 B
Plaintext
config avatar-tap 'main'
|
|
option enabled '0'
|
|
option listen_port '8888'
|
|
option listen_addr '0.0.0.0'
|
|
option mode 'transparent'
|
|
option db_path '/srv/avatar-tap/sessions.db'
|
|
option log_path '/var/log/avatar-tap.log'
|
|
|
|
config avatar-tap 'capture'
|
|
option capture_cookies '1'
|
|
option capture_auth_headers '1'
|
|
option capture_tokens '1'
|
|
list domains_filter ''
|
|
|
|
config avatar-tap 'security'
|
|
option require_nitrokey '0'
|
|
option gpg_keyid ''
|
|
option session_ttl '86400'
|
|
option auto_cleanup '1'
|