Skip to content

Small ARP Spoofer and network sniffer utility written in Python

Notifications You must be signed in to change notification settings

ferennag/arp-spoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a very simple ARP spoofer script. It spoofs a single client, and does a man-in-the-middle attack.

After the spoofing is complete, the tool automatically sniffs the HTTP packets of the victim.

Usage

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ sudo python ./arp-spoof.py --victim-ip <victim IP> --router-ip <router IP>

The program can be terminated with CTRL-C. It automatically restores the ARP tables for the router and the victim to prevent the loss of network connection for the victim.

About

Small ARP Spoofer and network sniffer utility written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages