Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 757 Bytes

ACP.py

ACP.py is a python3 tool that allow you to exploit an MiTM between the router and the victim by using the ARP spoofing vulnerability.

Installation :

git clone https://github.com/PxS-DuoSec/ARP-Cache-poisoning.git
cd ARP-Cache-poisoning
pip3 install -r requirements.txt

Usage :

ACC

Exemple :

a

Open wireshark, then in the filter bar type ip.addr=$THE_VICTIM_IP, and you will see all the trafic between the victim machine and the others machines.

Informations :

  • Written by : Presta
  • Language : Python3