PROJET AUTOBLOG


Links

source: Links

⇐ retour index

ARP poisoning detector

mercredi 22 avril 2015 à 18:23
Afin détecter des attaques d'ARP poisoning, sur un réseau local, j'ai créé ce petit script python.
Il affiche une popup en cas de détection.
Pour le moment, je n'ai testé que sous Linux Mint Mate.

Installation :
sudo apt-get install python-scapy
wget -q https://raw.githubusercontent.com/Oros42/ARP_poisoning_detector/master/arp_poisoning_detector.py

Utilisation :
sudo python arp_poisoning_detector.py

et c'est tout :-)

Si vous voulez tester la détection, voici un tuto pour faire du Man in the Middle (MITM) avec Ettercap :
http://linuxpoison.blogspot.com/2009/09/how-to-do-man-in-middle-attack-using.html
(Permalink)