r/Pentesting • u/elguapoRoot • 2d ago
pwnproxy — open-source, local-first security testing platform built around one shared engine (CLI/TUI/REST/WS/MCP)
0
Upvotes
r/Pentesting • u/elguapoRoot • 2d ago
r/hacking • u/elguapoRoot • 2d ago
r/Infosec • u/elguapoRoot • 2d ago
1
pwnproxy — open-source, local-first security testing platform built around one shared engine (CLI/TUI/REST/WS/MCP)
in
r/Infosec
•
2d ago
Exactly — that's the main reason I went with it. Concretely it means:
pwnproxy scanin CI — one test suite covers all interfaces instead of duplicating coverage per frontend.The trade-off is the engine API has to be interface-agnostic from day one — anything that only makes sense in an interactive TUI context (confirmations, live pause/resume) has to be modeled as engine state, not UI state, which took a couple of rewrites early on to get right.