secubox-deb/packages/secubox-mitmproxy
CyberMind-FR 2d06be1f8d feat(mitmproxy): Add WebUI filters page
Add filters.html page for managing WAF rule categories:
- Grid layout displaying all 14 WAF categories
- Toggle switches for enable/disable with immediate API calls
- Severity color coding (critical=red, high=orange, medium=yellow)
- Pattern count and hit count display per category
- Category descriptions for all rule types
- Summary bar showing totals (categories, enabled, patterns, hits)
- Follows SecuBox CRT-light styling conventions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-03 08:28:13 +02:00
..
addons feat(mitmproxy): Add secubox_waf.py threat detection addon 2026-05-03 08:15:56 +02:00
api feat(mitmproxy): Add WAF rules router 2026-05-03 08:22:10 +02:00
bin feat(mitmproxy): Add mitmproxyctl CLI for LXC management 2026-05-03 08:14:27 +02:00
crowdsec feat(mitmproxy): Add configuration files and WAF rules 2026-05-03 08:11:03 +02:00
data feat(mitmproxy): Add configuration files and WAF rules 2026-05-03 08:11:03 +02:00
debian feat(mitmproxy): Add configuration files and WAF rules 2026-05-03 08:11:03 +02:00
menu.d feat(mitmproxy): Add configuration files and WAF rules 2026-05-03 08:11:03 +02:00
nginx Fix missing nginx configs and package issues for 12 modules 2026-03-24 08:27:34 +01:00
www/mitmproxy feat(mitmproxy): Add WebUI filters page 2026-05-03 08:28:13 +02:00
README.md Add complete package READMEs and multilingual wiki documentation 2026-03-24 15:31:34 +01:00

🔍 MITM Proxy

Traffic inspection and WAF proxy

Category: Security

Screenshot

MITM Proxy

Features

  • Traffic inspection
  • Request logging
  • Auto-ban

Installation

# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash

# Install package
sudo apt install secubox-mitmproxy

Configuration

Configuration file: /etc/secubox/mitmproxy.toml

API Endpoints

  • GET /api/v1/mitmproxy/status - Module status
  • GET /api/v1/mitmproxy/health - Health check

License

MIT License - CyberMind © 2024-2026