mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
add bettercap
This commit is contained in:
parent
93cfd55dc7
commit
8a0f422074
@ -334,6 +334,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] docker.bintray.io/jfrog/artifactory-oss
|
- [x] docker.bintray.io/jfrog/artifactory-oss
|
||||||
- [x] markusressel/barcode-server
|
- [x] markusressel/barcode-server
|
||||||
- [x] jeffail/benthos
|
- [x] jeffail/benthos
|
||||||
|
- [x] bettercap/bettercap
|
||||||
- [x] tutum/builder
|
- [x] tutum/builder
|
||||||
- [x] calendso/calendso
|
- [x] calendso/calendso
|
||||||
- [x] browserless/chrome
|
- [x] browserless/chrome
|
||||||
|
18
bettercap/README.md
Normal file
18
bettercap/README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
bettercap
|
||||||
|
=========
|
||||||
|
|
||||||
|
[bettercap][1] is a powerful, easily extensible and portable framework written in Go
|
||||||
|
which aims to offer to security researchers, red teamers and reverse engineers
|
||||||
|
an easy to use, all-in-one solution with all the features they might possibly
|
||||||
|
need for performing reconnaissance and attacking WiFi networks, Bluetooth Low
|
||||||
|
Energy devices, wireless HID devices and IPv4/IPv6 networks.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ docker compose up -d
|
||||||
|
|
||||||
|
$ alias bettercap="docker exec -it bettercap-bettercap-1 /app/bettercap"
|
||||||
|
|
||||||
|
$ bettercap --help
|
||||||
|
```
|
||||||
|
|
||||||
|
[1]: https://www.bettercap.org/
|
9
bettercap/docker-compose.yml
Normal file
9
bettercap/docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
bettercap:
|
||||||
|
image: bettercap/bettercap
|
||||||
|
entrypoint: sleep
|
||||||
|
command: infinity
|
||||||
|
network_mode: host
|
||||||
|
privileged: true
|
||||||
|
tty: true
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user