Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinandan-khurana/arp_spoofer
This is a Python based command line ARP Spoofer utility, which takes input as arguments for the exact target IP and gateway IP for which you wish to Spoof ARP request.
https://github.com/abhinandan-khurana/arp_spoofer
cybersecurity mitm mitm-attacks mitm-framework python3 tools
Last synced: 10 days ago
JSON representation
This is a Python based command line ARP Spoofer utility, which takes input as arguments for the exact target IP and gateway IP for which you wish to Spoof ARP request.
- Host: GitHub
- URL: https://github.com/abhinandan-khurana/arp_spoofer
- Owner: Abhinandan-Khurana
- License: mit
- Created: 2022-02-10T18:25:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T18:37:08.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T23:11:46.547Z (2 months ago)
- Topics: cybersecurity, mitm, mitm-attacks, mitm-framework, python3, tools
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARP Spoofer
.-----. .-----.
' _ \ ' _ \
_________ _...._ _________ _...._ / /` '. \ / /` '. \ __.....__
\ |.' '-. \ |.' '-. . | \ ' . | \ ' _.._ .-'' '.
.-,.--.\ .'```'. '. \ .'```'. '. | ' | '| ' | '.' .._|/ .-''"'-. `. .-,.--.
__ | .-. |\ | \ \ \ | \ \\ \ / / \ \ / / | ' / /________\ \| .-. |
.:--.'. | | | | | | | | _ | | | | `. ` ..' / `. ` ..' /__| |__ | || | | |
/ | \ | | | | | | \ / . .' | | \ / . '-...-'` '-...-'`|__ __|\ .-------------'| | | |
`" __ | | | | '- | |\`'-.-' .' . | / | |\`'-.-' .' | | \ '-.____...---.| | '-
.'.''| | | | | | '-....-'` .'.'| |// | | '-....-'` | | `. .' | |
/ / | |_| | .' '. .'.'.-' / .' '. | | `''-...... -' | |
\ \._,\ '/|_| '-----------' .' \_.''-----------' | | |_|
`--' `" |_|~ Abhinandan Khurana
This is a Python based command line ARP Spoofer utility, which takes input as arguments for the exact target IP and gateway IP for which you wish to Spoof ARP request.
### NOTE: On your LINUX system before executing the ARP Spoofer, you need to enable PORT FORWARDING. (Also, you need to install scapy module on your system)
### USE THIS COMMAND TO DO THAT -->
echo 1> /proc/sys/net/ipv4/ip_forward
## HOW TO USE
USE --help for help menu (sudo python3 arp_spoofer.py --help)
## EXAMPLE COMMANDS -->
sudo python3 arp_spoofer.py -t 192.168.37.2 -g 192.168.37.0
sudo python3 arp_spoofer.py --target-ip 192.168.37.2 --gateway-ip 192.168.37.0