Skip to content

savasick/arpspoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARP Spoof

This Python script performs ARP spoofing attack to intercept traffic. It sends fake ARP messages across the network, associating the attacker's MAC address with the IP address of a legitimate device, such as a router or another computer.

install

git clone https://github.com/savasick/arpspoof.git
cd arpspoof
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

run

sudo python3 arpspoof.py 192.168.5.187

another script without Ethernet layer

sudo python3 arpspoofing 192.168.5.187

to check if ARP spoofing works

sudo python3 sniffer.py 192.168.5.187

use scanner to get ip