mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 12:34:38 +00:00
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> |
||
|---|---|---|
| .. | ||
| addons | ||
| api | ||
| bin | ||
| crowdsec | ||
| data | ||
| debian | ||
| menu.d | ||
| nginx | ||
| www/mitmproxy | ||
| README.md | ||
🔍 MITM Proxy
Traffic inspection and WAF proxy
Category: Security
Screenshot
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 statusGET /api/v1/mitmproxy/health- Health check
License
MIT License - CyberMind © 2024-2026
