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

https://github.com/bettercap/ui

bettercap's web UI
https://github.com/bettercap/ui

Last synced: about 1 year ago
JSON representation

bettercap's web UI

Awesome Lists containing this project

README

          


bettercap


Release
Software License

This is the official [bettercap](https://www.bettercap.org/)'s web UI.

## Installation

Refer to [bettercap's documentation](https://www.bettercap.org/usage/#web-ui).

## Building from Sources

Assuming you have `make`, `node` and `npm` correctly installed, first clone the repo somewhere, build the source and install to `/usr/local/share/bettercap/ui`:

```sh
git clone https://github.com/bettercap/ui.git ~/ui
cd ~/ui
make deps
make build
sudo make install
```

## License

This UI is made with ♥ by [the dev team](https://github.com/bettercap/ui/graphs/contributors) and it's released under the GPL 3 license.