Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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