Skip to content

crcarlo/arp-spoofing-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arp-spoofing-python

This script allows you to sniff internet traffic between your network gateway and a machine connected to you local network by making an arp spoofing attack.

Requirements

  • Linux operating system (tested on Debian 8)
  • (Python)
  • scapy

Usage

Installing scapy

Install scapy by typing the commands:

wget scapy.net
unzip scapy-latest.zip  # might be "unzip index.html"
cd scapy-2.*
sudo python setup.py install

or via pip

pip install scapy

Launching

Launch the script using

sudo python arp-spoofing-python.py

About

A script for sniffing internet traffic between a machine and the gateway in your local network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages