Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozxsasson/arpspoof
Script for spoofing your network
https://github.com/ozxsasson/arpspoof
arp-spoofing python scapy
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T15:44:12.000Z (over 1 year ago)
- Last Synced: 2024-11-07T18:47:48.836Z (3 months 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_forwardsudo python arpSpoof.py --target 10.0.2.15 --gateway 10.0.2.1