I am new with bettercap, I am trying to do a simple ARP Spoof attack. Reading the online doc, I tried with:
1) bettercap # launch bettercap
'
2) set arp.spoof.targets "MYVICTIM IP" #example : 192.168.1.6
3) arp.spoof on
but this doesn't work, I can't see any of my victim's packets. Any suggestion?