• Stars
    star
    309
  • Rank 135,306 (Top 3 %)
  • Language
    TypeScript
  • Created about 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

bettercap's web UI

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, build the source and install to /usr/local/share/bettercap/ui:

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 and it's released under the GPL 3 license.