Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crcarlo/arp-spoofing-python

A script for sniffing internet traffic between a machine and the gateway in your local network.
https://github.com/crcarlo/arp-spoofing-python

arp arp-poisoning arp-spoofing man-in-the-middle man-in-the-middle-attack

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://scapy.net/)

## Usage

### Installing scapy

Install scapy by typing the commands:
```bash
wget scapy.net
unzip scapy-latest.zip # might be "unzip index.html"
cd scapy-2.*
sudo python setup.py install
```

or via `pip`

```bash
pip install scapy
```

### Launching

Launch the script using

```bash
sudo python arp-spoofing-python.py
```