Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubiojr/eyez
glossy-ly experimental proxy 💄☣️🖧
https://github.com/rubiojr/eyez
bubbletea mitm proxy tui
Last synced: about 1 month ago
JSON representation
glossy-ly experimental proxy 💄☣️🖧
- Host: GitHub
- URL: https://github.com/rubiojr/eyez
- Owner: rubiojr
- License: bsd-2-clause
- Created: 2021-12-04T21:10:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T19:14:56.000Z (about 3 years ago)
- Last Synced: 2024-06-20T19:15:47.713Z (7 months ago)
- Topics: bubbletea, mitm, proxy, tui
- Language: Go
- Homepage:
- Size: 423 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eyeZ
HTTP proxy experiment powered by [bubbletea](https://github.com/charmbracelet) and [httransform](https://github.com/9seconds/httransform)
## Features
* Terminal UI
* Database recording (similar to [hyperfox](https://github.com/malfunkt/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/eyez@latest# optional TUI Viewer binary
go install github.com/rubiojr/eyez/cmd/eyez-tui@latest
```## Usage
Proxy:
```
eyez --port 1080 --db /path/to/sqlite.db
```TUI Viewer
```
eyez-tui --db /path/to/sqlite.db
```## Action shots
TUI Viewer
![](docs/tui.png)
Proxy Screen
![](docs/eyez.png)