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.
git clone https://github.com/PxS-DuoSec/ARP-Cache-poisoning.git
cd ARP-Cache-poisoning
pip3 install -r requirements.txt
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.
- Written by : Presta
- Language : Python3