mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
balls
This commit is contained in:
parent
829d2742a7
commit
a2aa6836ab
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -13,6 +13,22 @@
|
|||
|
||||
This is a WIP of the new version of [bettercap](https://github.com/evilsocket/bettercap), very alpha, **do not use** ... or do, whatever.
|
||||
|
||||
## Run with Docker
|
||||
|
||||
In this repository, BetterCAP is containerized using [Alpine Linux](https://alpinelinux.org/ "") - a security-oriented, lightweight Linux distribution based on musl libc and busybox. The resulting Docker image is relatively small and easy to manage the dependencies.
|
||||
|
||||
To pull latest BetterCAP version of the image:
|
||||
|
||||
```sh
|
||||
$ docker pull evilsocket/bettercap-ng
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```sh
|
||||
$ docker run -it --privileged --net=host evilsocket/bettercap-ng -h
|
||||
```
|
||||
|
||||
## Compiling
|
||||
|
||||
Make sure you have a correctly configured Go >= 1.8 environment and the `libpcap-dev` package installed for your system, then:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue