mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
docs: readme update
This commit is contained in:
parent
a26295df8a
commit
8e72a24947
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -11,7 +11,22 @@
|
|||
|
||||
---
|
||||
|
||||
This is a WIP of the new version of [bettercap](https://github.com/evilsocket/bettercap), very alpha, do not use. To have some idea, take a look at the `caplets` folder :)
|
||||
This is a WIP of the new version of [bettercap](https://github.com/evilsocket/bettercap), very alpha, **do not use** ... or do, whatever.
|
||||
|
||||
## Compiling
|
||||
|
||||
Make sure you have a correctly configured Go >= 1.8 environment and the `libpcap-dev` package installed for your system, then:
|
||||
|
||||
git clone https://github.com/evilsocket/bettercap-ng $GOPATH/src/github.com/evilsocket/bettercap-ng
|
||||
cd $GOPATH/src/github.com/evilsocket/bettercap-ng
|
||||
make deps
|
||||
make
|
||||
|
||||
To show the command line options:
|
||||
|
||||
sudo ./bettercap-ng -h
|
||||
|
||||
To have an idea of what commands you can use once `bettercap-ng` is started, take a look at the `caplets` scripts folder, each of those commands can be either manually entered during the interactive session, or scripted and loaded from `.cap` files.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue