SentryProxy ā Web security analysis tool. MITM proxy with AI copilot and autonomous agent.
558
Web security analysis tool with MITM proxy, passive vulnerability detection, active scanners, autonomous security agent, AI-powered analysis, and a real-time dashboard.
š HTTPS MITM Proxy ⢠š 5 Passive Analyzers ⢠┠4 Active Scanners ⢠š¤ AI Copilot ⢠šµļø Autonomous Agent ⢠š Real-time Dashboard
docker pull diegosouzapw/sentry-proxy:latest
docker run -p 3333:3333 -p 8888:8888 \
-e TARGET_URL=https://your-web-site.com \
diegosouzapw/sentry-proxy:latest
Dashboard: http://localhost:3333 | Proxy: localhost:8888
services:
sentry-proxy:
image: diegosouzapw/sentry-proxy:latest
ports:
- "3333:3333"
- "8888:8888"
environment:
- TARGET_URL=https://your-web-site.com
- MODE=passive
- DASHBOARD_AUTH_PASSWORD=your-password
volumes:
- sentry-data:/app/data
volumes:
sentry-data:
MITā Ā© 2025-2026
š GitHub: github.com/diegosouzapw/sentry-proxyā š npm: npmjs.com/package/sentry-proxyā
Content type
Image
Digest
sha256:3c74fc78aā¦
Size
60.2 MB
Last updated
7 months ago
docker pull diegosouzapw/sentry-proxy