mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
docker-compose.yml | ||
README.md |
bettercap
bettercap 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.
$ docker compose up -d
$ alias bettercap="docker exec -it bettercap-bettercap-1 /app/bettercap"
$ bettercap -help
$ bettercap -iface wlan0
>>> net.probe on
>>> net.show
>>> net.probe off
>>> exit