Skip to content

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.

License

Abhinandan-Khurana/ARP_Spoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages