SymbianSyMoh / ui

bettercap's web UI

Home Page:https://www.bettercap.org/

Repository from Github https://github.comSymbianSyMoh/uiRepository from Github https://github.comSymbianSyMoh/ui

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.

About

bettercap's web UI

https://www.bettercap.org/


Languages

Language:CSS 72.9%Language:TypeScript 10.0%Language:JavaScript 9.0%Language:HTML 7.9%Language:Shell 0.2%Language:Makefile 0.0%