Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.14 KB

File metadata and controls

34 lines (22 loc) · 1.14 KB

bettercap

Release Software License

This is the official bettercap's web UI.

Installation

Refer to bettercap's documentation.

Building from Sources

Assuming you have make, node and npm correctly installed, first clone the repo somewhere, then:

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

This UI is going to be built along with bettercap as one of its submodules.

License

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