mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
balls
This commit is contained in:
parent
a5c7ae57be
commit
a04198a68a
1 changed files with 4 additions and 4 deletions
|
@ -17,6 +17,10 @@ This is a WIP of the new version of [bettercap](https://github.com/evilsocket/be
|
|||
|
||||
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.
|
||||
|
||||
<center>
|
||||
<img src="http://dockeri.co/image/evilsocket/bettercap-ng"/>
|
||||
</center>
|
||||
|
||||
To pull latest BetterCAP version of the image:
|
||||
|
||||
```sh
|
||||
|
@ -29,10 +33,6 @@ To run:
|
|||
$ docker run -it --privileged --net=host evilsocket/bettercap-ng -h
|
||||
```
|
||||
|
||||
<center>
|
||||
<img src="http://dockeri.co/image/evilsocket/bettercap-ng"/>
|
||||
</center>
|
||||
|
||||
## 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