bettercap -iface eth0
net.probe on
net.show
set arp.spoof.fullduplex true
set arp.spoof.targets <target IP>
set arp.spoof on
- Connect the Network adapter in Virtualbox
TP-Link Wireless USB Adapter
- Make sure the USB device shows
Realtek 802.11N nic
sudo apt update && sudo apt install -y realtek-rtl8188eus-dkms
- alternatively:
git clone https://github.com/gglluukk/rtl8188eus
reboot -f
iwconfig
- check driver if it is RealteK 8188wifite --kill
- now monitor mode is enabled and workingsudo airmon-ng check kill
sudo ip link set <interface> down
sudo iw dev <interface> set type monitor
sudo aireplay-ng -9 <interface>
https://github.com/gglluukk/rtl8188eus
- may have to install Linux header:
sudo apt-get install linux-headers-$(uname -r)