secubox-openwrt/package/secubox/luci-app-mitmproxy/root/usr/share/luci/menu.d/luci-app-mitmproxy.json
CyberMind-FR a6d2b75db8 feat(mitmproxy): Enhanced threat detection analytics v2.0
Analytics addon enhancements:
- SQL injection detection (25+ patterns)
- XSS detection (30+ patterns)
- Command injection detection (20+ patterns)
- Path traversal detection (12+ patterns)
- SSRF detection (10+ patterns)
- XXE/LDAP injection detection
- Log4Shell (CVE-2021-44228) detection
- Known CVE patterns (Spring4Shell, MOVEit, etc.)
- Rate limiting and bot detection
- CrowdSec integration with severity levels

LuCI interface rewrite (KISS):
- Simplified status view with threat monitor
- Security alerts table with severity badges
- Service controls (start/stop/restart)
- RPCD backend with alerts/threat_stats endpoints
- Clean settings form

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:39:36 +01:00

19 lines
462 B
JSON

{
"admin/services/mitmproxy": {
"title": "mitmproxy",
"action": { "type": "view", "path": "mitmproxy/status" },
"depends": { "acl": ["luci-app-mitmproxy"] },
"order": 60
},
"admin/services/mitmproxy/status": {
"title": "Status",
"action": { "type": "view", "path": "mitmproxy/status" },
"order": 1
},
"admin/services/mitmproxy/settings": {
"title": "Settings",
"action": { "type": "view", "path": "mitmproxy/settings" },
"order": 2
}
}