secubox-deb/packages/secubox-mitmproxy/debian/control
CyberMind-FR 168cf95b26 fix(mitmproxy): Add xz-utils to dependencies
Required by LXC to decompress container images during lxc-create.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-03 09:34:59 +02:00

33 lines
1003 B
Plaintext

Source: secubox-mitmproxy
Section: net
Priority: optional
Maintainer: Gerald KERMA <devel@cybermind.fr>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://cybermind.fr/secubox
Rules-Requires-Root: no
Package: secubox-mitmproxy
Architecture: all
Depends: ${misc:Depends},
secubox-core (>= 1.0),
secubox-haproxy,
lxc,
lxc-templates,
xz-utils,
python3-uvicorn,
python3-toml
Recommends: secubox-crowdsec
Description: SecuBox Mitmproxy WAF — Web Application Firewall
HTTP traffic inspection for HAProxy-hosted services with threat
detection and CrowdSec integration for automatic IP banning.
.
Features:
- LXC-isolated mitmproxy instance
- 90+ threat detection patterns (SQLi, XSS, RCE, etc.)
- HAProxy integration for vhost inspection
- CrowdSec JSONL output for auto-banning
- WebUI dashboard with real-time stats
.
Port Debian bookworm de luci-app-mitmproxy (SecuBox OpenWrt / CyberMind.fr).