Skip to content

Detect arp spoofing attacks on selected network interface

Notifications You must be signed in to change notification settings

LasCC/ARP-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ARP Spoofing detector

Scan all the ARP packet sent to the selected network interface and print a text if there is an attack.

Tech part

This script uses a number of open source projects to work properly:

  • scapy
  • argparse
  • python3

Installation

pip install scapy 
pip install argparse

Usage

usage: main.py [-h] [-i INTERFACE]

optional arguments:
  -h, --help            show this help message and exit
  -i INTERFACE, --ip INTERFACE
                        Write the network interface
python3 main.py -i enO

Pictures

N|Solid

@LasCC

About

Detect arp spoofing attacks on selected network interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages