neenadthite / cybersecurity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cybersecurity

1. Filename: arp_spoof_detector.py
Description: The python program will give the user a warning if Man In the Middle (MITM) attack takes place i.e the MAC and IP address combination has changed in his ARP_table. In the last line replace the "wlan" with your network interface.
Command to check network interface: # ipconfig (for Windows) # ifconfig (for Linux)
Command to check ARP table: # arp -a
Preventive measures at router level: #Disable Broadcast SSID #Enable MAC filtering

About


Languages

Language:Python 100.0%