Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.64 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.64 KB

Scapy MITM

Codacy Badge Known Vulnerabilities

ARP cache poisoning implementation using Scapy.

Dependencies

  • Python 2.7 or 3.2+
  • Scapy

Using pip

sudo pip install --upgrade -r requirements.txt

How to

usage: arp-mitm [-h] -i INTERFACE -t TARGET [-I INTERVAL] [--version]

ARP cache poisoning implementation using Scapy

optional arguments:
  -h, --help            show this help message and exit
  -i INTERFACE, --interface INTERFACE
                        network interface to use
  -t TARGET, --target TARGET
                        target's IP address
  -I INTERVAL, --interval INTERVAL
                        seconds between two ARP frames (default: 10.0s)
  --version             show program's version number and exit

For example:

sudo ./arp-mitm -i eth0 -t 192.168.1.1

License

GPL version 3