Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 354 Bytes

ARP Spoofer script

A simple arpspoofer script made with python3

Dependencies

  • scapy

install requirements

python3 -m pip install -r requirements.txt

OR

python3 -m pip install scapy

Usage

python3 arpspoof.py --interface <your_interface> --target <victim_ip_or_domain> <host_ip_or_domain> -d <delay>