https://github.com/ozxsasson/arpspoof
Script for spoofing your network
https://github.com/ozxsasson/arpspoof
arp-spoofing python scapy
Last synced: 7 months ago
JSON representation
Script for spoofing your network
- Host: GitHub
- URL: https://github.com/ozxsasson/arpspoof
- Owner: ozXsasson
- Created: 2023-10-03T15:07:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T15:44:12.000Z (over 2 years ago)
- Last Synced: 2025-06-01T13:33:19.371Z (about 1 year ago)
- Topics: arp-spoofing, python, scapy
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARPSpoof
ARP Spoofing tool written in python with command line interface
## Installation
```
git clone https://github.com/ozXsasson/ARPSpoof
cd ARPSpoof
```
## Usage
```
usage: arpSpoof.py [-h] [-t TARGET] [-g GATEWAY]
options:
-h, --help show this help message and exit
-t TARGET, --target TARGET
Target IP (Victim address)
-g GATEWAY, --gateway GATEWAY
Gateway IP (Router address)
```
## Example
```
# Dont forget to do port-forwarding
# echo 1 > /proc/sys/net/ipv4/ip_forward
sudo python arpSpoof.py --target 10.0.2.15 --gateway 10.0.2.1