Skip to content

This is a simple ARP Spoofing Detector script developed in Python using the Scapy and Colorama libraries. It aims to identify ARP spoofing attacks in your local network by continuously monitoring ARP traffic and comparing MAC addresses.

Notifications You must be signed in to change notification settings

Aizaz-Art/MitmDetector-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MITM DETECTOR

This is a simple ARP Spoofing Detector script developed in Python using the Scapy and Colorama libraries. It aims to identify ARP spoofing attacks in your local network by continuously monitoring ARP traffic and comparing MAC addresses.

Features

  • Network Scanning: Periodically updates IP-MAC mappings by scanning the network.
  • ARP Monitoring: Continuously monitors ARP packets to detect MAC address discrepancies.
  • Real-Time Alerts: Notifies the user of potential ARP spoofing attacks with details on real and fake MAC addresses.

Installation

Install Dependencies

  pip install scapy colorama
  git clone https://github.com/Aizaz-Art/MitmDetector-.git
  sudo python MitmDetector.py

About

This is a simple ARP Spoofing Detector script developed in Python using the Scapy and Colorama libraries. It aims to identify ARP spoofing attacks in your local network by continuously monitoring ARP traffic and comparing MAC addresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages