Sign inSign up

diegosouzapw/sentry-proxy

By diegosouzapw

•Updated 7 months ago

SentryProxy — Web security analysis tool. MITM proxy with AI copilot and autonomous agent.

Image
0

558

diegosouzapw/sentry-proxy repository overview

ā šŸ›”ļø SentryProxy

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

ā šŸš€ Quick Start

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

⁠✨ Features

  • šŸ”“ HTTPS MITM Proxy — Full TLS interception with auto-generated CA and LRU cert cache
  • šŸ” 5 Passive Analyzers — CORS, Headers, Data Leak, Tech Stack, Cookies
  • ⚔ 4 Active Scanners — XSS, Auth, IDOR, Info Disclosure
  • šŸ¤– AI Real-time Copilot — LLM-powered traffic analysis
  • šŸ“ AI Report Analyst — 5-phase deep analysis with attack chains and remediation
  • šŸ•µļø Autonomous Agent — Playwright browser-driven with 5 attack playbooks
  • šŸ“± Viewport Recon — Tests with 6 user-agents
  • šŸ“œ Asset Scanner — JS/CSS crawl for secrets
  • šŸ”Ž Tech Fingerprinting — Detects 30+ technologies
  • šŸ“Š Real-time Dashboard — WebSocket, filters, toast notifications
  • šŸ’¾ SQLite Persistence — Survives restarts
  • šŸ–„ļø CLI Mode — Headless scanning

⁠🐳 Docker Compose

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:

ā šŸ“š Documentation

ā šŸ“„ License

MIT⁠ © 2025-2026

šŸ”— GitHub: github.com/diegosouzapw/sentry-proxy⁠ šŸ”— npm: npmjs.com/package/sentry-proxy⁠

Tag summary

Content type

Image

Digest

sha256:3c74fc78a…

Size

60.2 MB

Last updated

7 months ago

docker pull diegosouzapw/sentry-proxy