Skip to content

he2ss/arpstraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARPStraw

arpstraw is an open source [MITM] detection tool that notify user when it detect an ArpSpoof attack. It rests on a config file arpstraw.cfg where you can specify each host you know in your network.

Installation

This program required root permission to work. For the installation you need pip to install the requirements.

git clone https://github.com/he2ss/arpstraw.git

pip install -r requirements.txt

Before the usage, you must copy the template.cfg file and rename it to arpstraw.cfg and specify the hosts you know on your network. For example your router ip/mac addresses and other hosts you want.

Usage

To get the tool help :

sudo python main.py -h

To launch detection on a interface :

sudo python main.py -i eth0

To launch detection on a pcap :

sudo python main.py -f myfile.pcap

About

Arp spoof detection tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages