nxenon / arp-spoof

Pythom script written with Scapy for MITM attack (Arp Cache Poisoning)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARP Cache Poisoning

Script for MITM attack (ACP)

Usage

  • How to use:

    sudo python3 arp_spoof.py -i <interface> -t1 <target1> -t2 <target2>

  • To get help use:

    sudo python3 arp_spoof.py -h

Example

sudo python3 arp_spoof.py -i eth0 -t1 192.168.1.1 -t2 192.168.1.50

Note

  • You have to run this script with root privileges !
  • You should have enabled ip forwarding on your machine !

About

Pythom script written with Scapy for MITM attack (Arp Cache Poisoning)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%