ARP_Spoof_Detector

This is a scapy code for detecting if your ARP has been spoofed by an attack

Requires:

  • Python3
  • Super user priviledges
  • Scapy installed: ~~pip install scapy~~ if you dont have it

put the script in startup folder to run when the system boots
put in /etc/init.d/script.py make executable sudo chmod 755 /etc/init.d/scipt.py
Register script to be run at startup sudo update-rc.d superscript defaults

Works perfectly on Kali Linux 2019.1