LasCC / ARP-Spoofer

ARP spoofer using scapy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARP Spoofer

ARP spoofing is a type of attack in which a malicious actor sends falsified ARP (Address Resolution Protocol) messages over a local area network. This results in the linking of an attacker’s MAC address with the IP address of a legitimate computer or server on the network.

Tech part

This script uses a number of open source projects to work properly:

  • scapy
  • argparse
  • python3

Installation

pip install scapy 
pip install argparse

Usage

usage: main.py [-h] [-i TARGET_IP] [-g GATEWAY]

optional arguments:
  -h, --help            show this help message and exit
  -i TARGET_IP, --ip TARGET_IP
                        Target IP (ex: 192.168.1.44)
  -g GATEWAY, --gateway GATEWAY
                        Gateway of the network (ex: 192.168.1.1)
python3 main.py -i 192.168.1.44 -g 192.168.1.1

Pictures

N|Solid

@LasCC

About

ARP spoofer using scapy


Languages

Language:Python 100.0%