olacin / arp-cache-poisoning

ARP cache poisoning made with scapy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arp-cache-poisoning

ARP Cache Poisoning made with Scapy.

To run the attack:

python ./poisoner.py -g <gateway-ip> -t <target-ip>

A successful attack poisons the ARP cache of the victim, resulting in a table like this one:

IP MAC
10.0.0.3 DE:AD:BE:EF:CA:FE
10.0.0.138 DE:AD:BE:EF:CA:FE

You can see that router and attacker have the same MAC on the victim ARP table.

Dependencies

To install the dependencies you can run

pip install -r requirements.txt

About

ARP cache poisoning made with scapy.

License:MIT License


Languages

Language:Python 100.0%