This repository is intended for educational and research purposes only.
The author is not responsible for any misuse or damage caused by the use of this software.
Use it only in controlled environments and with explicit permission.
Python script for ARP spoofing, ARP spoofing is a malicious attack in which the hacker sends spoofed ARP on a network. Each node in a connected network has an ARP table through which we identify the IP address and MAC address of connected devices.
This script requires the Scapy library, and WinPcap or Npcap for proper operation.