Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.09 KB

File metadata and controls

34 lines (23 loc) · 1.09 KB

Arp Spoofer

A tool to spoof on enemies and change the gateway default mac address to start Man In The Middle Attacks

Manual :

$ pip install -r requirements.txt
$ python ArpSpoofer.py -h

Usage: Usage of the program: -t <target IP> -s <spoof IP>


Options:
  -h, --help            show this help message and exit
  -t VICTIM, --target=VICTIM
                        specify a target IP, the victim IP)
  -s SPOOF, --spoof=SPOOF
                        specify a spoof IP or a pretend IP, usually the
                        gateway of the network)
  -c, --check           check connectivity of the victim , by default is False
  -n, --network         define the target as a network
  -v, --verbose         set verbose to False

Demo

asciicast

Disclaimer :

I am not in any way responsible to how much damage you do with this tool , use it only on authorised systems. Any exploitation with this tool doesn't hold me in any way possible the responsible.

With Great Power comes Great Responsibilty