eyeZ
HTTP proxy experiment powered by bubbletea and httransform
Features
- Terminal UI
- Database recording (similar to hyperfox)
Installation
TUI and proxy/recorder are different binaries. eyez
is the proxy and eyez-tui
is where the terminal viewer lives.
# Proxy/Recorder binary
go install github.com/rubiojr/eyez/cmd/[email protected]
# optional TUI Viewer binary
go install github.com/rubiojr/eyez/cmd/[email protected]
Usage
Proxy:
eyez --port 1080 --db /path/to/sqlite.db
TUI Viewer
eyez-tui --db /path/to/sqlite.db
Action shots
TUI Viewer
Proxy Screen