Skip to content

vigneshsb403/ARP-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARP-Tools

RequirementsInstallUsageCompiling

Requirements

make sure that you have installed lpcap. or use the following code to do the same.

sudo apt-get install libpcap-dev

if you are on a mac and have home brew

brew install libpcap

Installation

git clone https://github.com/vigneshsb403/ARP-Tools.git

Compiling

compile the lookup.c file with the following command.

gcc lookup.c -lpcap -o lookup

to comile the arpspoofdetector.c file use the following command

gcc arpspoofdetector.c -lpcap -o arpspoofdetector

to comile the sniffer.c file use the following command

gcc sniffer.c -lpcap -o sniffer

Usage

Note

Run the programs with sudo privilages.

Lookup

./lookup

Arp spoof detector

sudo ./arpspoofdetector <interface>

sniffer

sudo ./sniffer <interface> //make sure you change the port in the code

Made with ❤️‍🔥 by vigneshsb.

About

A set of networking tools like arp spoof detector and sniffer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages