Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/crcarlo/arp-spoofing-python
- Owner: crcarlo
- Created: 2018-05-27T12:10:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T11:13:29.000Z (about 4 years ago)
- Last Synced: 2024-08-05T09:15:40.887Z (6 months ago)
- Topics: arp, arp-poisoning, arp-spoofing, man-in-the-middle, man-in-the-middle-attack
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 18
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-network-stuff - **6**星
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
```