Skip to content

ozXsasson/ARPSpoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Script for spoofing your network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages