mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-24 05:17:06 +02:00
19 lines
565 B
Markdown
19 lines
565 B
Markdown
|
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/
|