Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Mar 27, 2019
1 parent 2dc9950 commit f8f6679
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,7 @@ This is the official [bettercap](https://www.bettercap.org/)'s web UI.

## Installation

Make sure you have the [latest version of bettercap](https://github.com/bettercap/bettercap/releases), then:

```sh
sudo bettercap -eval "caplets.update; ui.update; q"
```

Edit the access credentials in `/usr/local/share/bettercap/caplets/http-ui.cap` and start the `http-ui` caplet (you can instead use the `https-ui` caplet to use SSL, in which case you'll need to import bettercap's self signed certificate or use a certificate that your browser will accept):

```sh
sudo bettercap -caplet http-ui
```

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

For further information, [refer to bettercap's documentation](https://www.bettercap.org/).
Refer to [bettercap's documentation](https://www.bettercap.org/usage/#web-ui).

## Building from Sources

Expand Down

0 comments on commit f8f6679

Please sign in to comment.