/ui

bettercap's web UI

Primary LanguageCSS

bettercap

Software License

ui

This is the official bettercap's web UI, this project is still work in progress.

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:

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

Make sure you have the latest version of bettercap and update your caplets:

sudo bettercap -eval "caplets.update; q"

Edit the access credentials in /usr/local/share/bettercap/caplets/http-ui.cap and start the http-ui caplet:

sudo bettercap -caplet http-ui -autostart ""

The web ui will be available at http://127.0.0.1/.

For further information, refer to bettercap's documentation.

License

This UI is made with ♥ by the dev team and it's released under the GPL 3 license.