secubox-openwrt/package/secubox/luci-app-interceptor
CyberMind-FR edca533f07 feat(ui): Apply KISS theme with C3BOX sidebar to SecuBox views
- InterceptoR: Refactor to use shared KissTheme.wrap() module
  - Remove duplicate inline CSS (~200 lines)
  - Use shared theme for sidebar navigation

- IoT Guard: Update to KISS dark theme styling
  - Use KissTheme.wrap() with sidebar
  - Update stat cards to use KISS classes
  - Update device chips and anomaly table styling

- mitmproxy: Add KISS theme wrapper
  - Add KissTheme.wrap() for sidebar navigation
  - Update info card styling to match theme

- System Hub: Update to KISS theme
  - Add KissTheme.wrap() for sidebar navigation
  - Update quick actions to use kiss-btn class
  - Inject KISS-compatible extra styles for cards

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-11 12:09:42 +01:00
..
htdocs/luci-static/resources/view/interceptor feat(ui): Apply KISS theme with C3BOX sidebar to SecuBox views 2026-02-11 12:09:42 +01:00
root/usr fix(interceptor): Fix RPCD handler shell syntax error 2026-02-11 11:51:53 +01:00
Makefile feat(interceptor): Add InterceptoR transparent traffic interception 2026-02-11 10:58:53 +01:00
README.md feat(interceptor): Add InterceptoR transparent traffic interception 2026-02-11 10:58:53 +01:00

LuCI InterceptoR Dashboard

Unified dashboard for SecuBox InterceptoR - "The Gandalf Proxy" transparent traffic interception system.

Features

  • Health Score - Overall interception coverage (0-100%)
  • 5 Pillar Status Cards:
    • WPAD Redirector - Auto-proxy discovery status
    • MITM Proxy - Threat detection and connection stats
    • CDN Cache - Hit ratio and bandwidth savings
    • Cookie Tracker - Tracking cookie detection
    • API Failover - Stale content serving status
  • Quick Links - Direct access to individual module dashboards

Installation

opkg install luci-app-interceptor

Menu Location

SecuBox > InterceptoR > Overview

Architecture

InterceptoR aggregates status from 5 interception pillars:

                    +-------------------+
                    |   InterceptoR     |
                    |    Dashboard      |
                    +-------------------+
                           |
    +------+------+--------+--------+------+
    |      |      |        |        |      |
  WPAD   MITM   CDN     Cookie   API
  Proxy  Proxy  Cache   Tracker  Failover

Pillar Modules

Pillar Package Function
WPAD luci-app-network-tweaks Auto-proxy via DHCP/DNS
MITM secubox-app-mitmproxy HTTPS inspection, threat detection
CDN Cache luci-app-cdn-cache Content caching, bandwidth savings
Cookie Tracker secubox-cookie-tracker Cookie classification, tracking
API Failover luci-app-cdn-cache Stale-if-error, offline mode

RPCD Methods

Method Description
status Aggregated status from all pillars
getPillarStatus Status for specific pillar

Health Score Calculation

  • 20 points: WPAD enabled or enforcement active
  • 20 points: mitmproxy running
  • 20 points: CDN Cache (Squid) running
  • 20 points: Cookie Tracker enabled
  • 20 points: API Failover enabled

Public Access

The status method is available to unauthenticated users for monitoring dashboards.

Dependencies

  • luci-base
  • rpcd

Optional (for full functionality):

  • luci-app-network-tweaks
  • secubox-app-mitmproxy
  • luci-app-cdn-cache
  • secubox-cookie-tracker

License

GPL-3.0