mirror of
https://github.com/bettercap/bettercap
synced 2025-07-11 15:46:59 -07:00
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
caplets | ||
core | ||
firewall | ||
net | ||
packets | ||
session | ||
tls | ||
.gitignore | ||
.travis.yml | ||
LICENSE.md | ||
main.go | ||
Makefile | ||
README.md |
bettercap-ng
This is a WIP of the new version of bettercap, very alpha, do not use ... or do, whatever.
Compiling
Make sure you have a correctly configured Go >= 1.8 environment and the libpcap-dev
package installed for your system, then:
git clone https://github.com/evilsocket/bettercap-ng $GOPATH/src/github.com/evilsocket/bettercap-ng
cd $GOPATH/src/github.com/evilsocket/bettercap-ng
make deps
make
To show the command line options:
sudo ./bettercap-ng -h
To have an idea of what commands you can use once bettercap-ng
is started, take a look at the caplets
scripts folder, each of those commands can be either manually entered during the interactive session, or scripted and loaded from .cap
files.
License
bettercap
and bettercap-ng
are made with ♥ by Simone Margaritelli and they're released under the GPL 3 license.