1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/bettercap/README.md

25 lines
647 B
Markdown
Raw Normal View History

2024-08-26 11:24:03 +02:00
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"
2024-08-26 11:56:15 +02:00
$ bettercap -help
$ bettercap -iface wlan0
>>> net.probe on
>>> net.show
>>> net.probe off
>>> exit
2024-08-26 11:24:03 +02:00
```
[1]: https://www.bettercap.org/