mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
e79ba4952e
commit
91f074c3ee
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,11 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA
|
|||
This command will download bettercap, install its dependencies, compile it and move the `bettercap` executable to `/usr/local/bin`.
|
||||
|
||||
Now you can use `sudo bettercap -h` to show the basic command line options and just `sudo bettercap` to start an
|
||||
[interactive session](https://github.com/bettercap/bettercap/wiki/Interactive-Mode) on your default network interface, otherwise you can [load a caplet](https://github.com/bettercap/bettercap/wiki/Caplets) from [the dedicated repository](https://github.com/bettercap/caplets).
|
||||
[interactive session](https://github.com/bettercap/bettercap/wiki/Interactive-Mode) on your default network interface, otherwise you can [load a caplet](https://github.com/bettercap/bettercap/wiki/Caplets).
|
||||
|
||||
Once bettercap is installed, you can download/update system caplet with the command:
|
||||
|
||||
sudo bettercap -eval "caplets.update; q"
|
||||
|
||||
## Update
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue