An arpspoof program designed in python
python arp_spoof.py
- Before Initiating the code rename the
target_ip
andgateway_ip
variable from code. You can get these from theNetwork_Scanner
repository. So make sure to run thenetwork_scanner.py
beforearp_spoof.py
- Now when the code will be running make sure to provide the ipforwarding through the attacker's machine.
echo 1 > /proc/sys/net/ipv4/ip_forward