- Notifications
You must be signed in to change notification settings - Fork1
ARP Spoofer for MITM, send ARP Packets(false packets) to the victim on the network
License
NotificationsYou must be signed in to change notification settings
BLACK-BUG-HKRS/ARP-spoofer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ARP Spoofer for MITM, send ARP Packets(false packets) to the victim on the network
pip3 install -r requirements.txt
output:
usage: spoofer.py [-h] [-tg TARGET] [-hs HOST] [-v]ARP spoof scriptoptions: -h, --help show this help message and exit -tg TARGET, --target TARGET Victim IP Address to ARP poison -hs HOST, --host HOST Host IP Address, the host you wish to intercept packets for (usually the gateway) -v, --verbose verbosity, default is True (simple message each second)
For instance, if you want to spoof192.168.1.5
and the gateway is192.168.1.1
sudo python3 spoof.py -tg 192.168.1.5 -hs 192.168.1.1 --verbose
About
ARP Spoofer for MITM, send ARP Packets(false packets) to the victim on the network
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published