Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 💄☣️🖧

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)