I'm currently having problems using arpspoof
using the Linux platform to spoof from a Local IP address to a WAN IP address, But I've no idea how to do this.
Local IP Ubuntu Host: 192.168.0.4
My Router IP Address: 192.168.0.1
Outside WAN: xxx.xxx.xxx.xxx
When I issue the following command:
arpspoof -i eth0 -t 192.168.0.1 xxx.xxx.xxx.xxx
It works, after that I reverse target to my Ubuntu IP address, though that does not work.
arpspoof - i eth0 -t xxx.xxx.xxx.xxx 192.168.0.1
It fails and after outputs the following error:
arpspoof: couldn't arp for host xxx.xxx.xxx.xxx
Is it possible to reverse arpspoof from WAN to local?
You can't spoof WAN networks, unless you can locally access one of the ISPs or HOPS and that's even difficult whilst also requiring exp equipment.