mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
756944de29
commit
0fee675299
1 changed files with 2 additions and 6 deletions
|
@ -28,13 +28,9 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA
|
||||||
|
|
||||||
$ go get github.com/evilsocket/bettercap-ng
|
$ go get github.com/evilsocket/bettercap-ng
|
||||||
|
|
||||||
To show the command line options:
|
This command will download bettercap-ng, install its dependencies, compile it and move the `bettercap-ng` executable to `$GOPATH/bin`.
|
||||||
|
|
||||||
$ sudo bettercap-ng -h
|
Now you can use `sudo bettercap-ng -h` to show the basic command line options and just `sudo bettercap-ng` to start an interactive session on your default network interface.
|
||||||
|
|
||||||
To start an interactive session:
|
|
||||||
|
|
||||||
$ sudo bettercap-ng
|
|
||||||
|
|
||||||
## Compilation on Windows
|
## Compilation on Windows
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue