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
- Host: GitHub
- URL: https://github.com/bettercap/ui
- Owner: bettercap
- Created: 2018-09-15T00:27:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T06:36:17.000Z (over 1 year ago)
- Last Synced: 2025-04-01T12:08:24.804Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.bettercap.org/
- Size: 14 MB
- Stars: 333
- Watchers: 17
- Forks: 73
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.