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

Overview

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

You might also like...
Takes a file of hosts or domains and outputs the IP address of each host/domain in the file.
Takes a file of hosts or domains and outputs the IP address of each host/domain in the file.

Takes a file of hosts or domains and outputs the IP address of each host/domain in the file. Installation $ git clone https://github.com/whoamisec75/i

Burp Extension that copies a request and builds a FFUF skeleton
Burp Extension that copies a request and builds a FFUF skeleton

ffuf is gaining a lot of traction within the infosec community as a fast portable web fuzzer. It has been compared and aligned (kinda) to Burp's Intruder functionality. Thus, Copy As FFUF is trying to build that interoperatability bridge between the two.

These scripts send notifications to a Webex space when a new IP is banned by Expressway, and allow to request more info or change the ban status
These scripts send notifications to a Webex space when a new IP is banned by Expressway, and allow to request more info or change the ban status

Spam Call and Toll Fraud Mitigation Cisco Expressway release X14 is able to mitigate spam calls and toll fraud attempts by jailing the spam IP address

Aiotor - a pool of proxies, shifting on each request

Aiotor - a pool of proxies, shifting on each request

A project that forwards data it receives in a URL POST Request to a Discord Webhook link

Mailman Mailman is a project that basically just forwards data it receives in a URL POST Request to a Discord Webhook link and act as a sort of messag

A fire and forget command-line tool to allow for easy transitions of VPN connections between a pool of AWS machines.

VPN Swapper A fire and forget command-line tool to allow for easy transitions of VPN connections between a pool of AWS machines. Dependencies poetry -

Huawei firewall automatically updates Chinese ip to target IP group.

Huawei firewall automatically updates Chinese ip to target IP group.

A TrueCharts automatic and bulk update utility

trueupdate A TrueCharts automatic and bulk update utility How to install run pip install trueupdate Please be aware you will need to reinstall after e

Truetool - A TrueCharts automatic and bulk update utility

truetool A easy tool for frequently used TrueNAS SCALE CLI utilities. Previously

Owner
Abhinandan Khurana
Cyber Security Researcher @GDSC-LPU | Microsoft Learn Student Ambassador 21' | Head of Community @N00B_4rMY | B.Tech CSE 24' Lovely Professional University
Abhinandan Khurana
A repository to spoof ARP table of any devices and successfully establish Man in the Middle(MITM) attack using Python3 in Linux

arp_spoofer A repository to spoof ARP table of any devices and successfully establish Man in the Middle(MITM) attack using Python3 in Linux Usage: git

Surya Das N 1 Oct 30, 2021
🥑 A Python ARP and DNS Spoofer CLI and INTERFACE 🥓

NEXTGEN SPOOFER ?? A Python ARP and DNS Spoofer CLI and INTERFACE ?? CLI -> advanced pentesters INTERFACE -> beginners SetUp Make sure you installed P

null 9 Dec 25, 2022
Arp-spoofing, this script was written for people who want to spoof any vulnerable machine such as WÄ°ndows, of course it could have been more sophisticatedly created but these repos will be updated constantly

ARP-SPOOF ARP spoofing is a type of attack in which a malicious actor sends falsified ARP (Address Resolution Protocol) messages over a local area net

null 2 Dec 28, 2021
Arp Spoofer using Python 3.

ARP Spoofer / Wifi Killer By Auax Run: Run the application with the following command: python3 spoof.py -t <target_ip_address> -lh <host_ip_address> I

Auax 6 Sep 15, 2022
Arp Spoofer using Python 3.

ARP Spoofer / Wifi Killer By Auax Run: Run the application with the following command: python3 spoof.py -t <target_ip_address> -lh <host_ip_address> I

Auax 6 Sep 15, 2022
A lightweight python script that can monitor the T-Mobile Home Internet Nokia 5G Gateway for band and connectivity and reboot as needed.

tmo-monitor A lightweight Python 3 script that can monitor the T-Mobile Home Internet Nokia 5G Gateway for band and connectivity and reboot as needed.

null 61 Dec 17, 2022
This program ingests a Cisco "sh ip arp" as a text file and produces the list of vendors seen in the file

IP-ARP-Vendor_lookup This program ingests a Cisco "sh ip arp" as a text file and produces the list of vendors seen in the file Why? Answers the questi

Stew Alexander 1 Dec 24, 2022
A Python library to utilize AWS API Gateway's large IP pool as a proxy to generate pseudo-infinite IPs for web scraping and brute forcing.

A Python library to utilize AWS API Gateway's large IP pool as a proxy to generate pseudo-infinite IPs for web scraping and brute forcing.

George O 929 Jan 1, 2023
Using AWS's API Gateway + Lambda + Python to run a simple websocket application. For learning/testing

Using AWS's API Gateway + Lambda + Python to run a simple websocket application. For learning/testing. The AWS Resources seemed overly complex and were missing some critical gotchas in setting up a system like this.

Seth Miller 15 Dec 23, 2022
Openconnect VPN RPi Gateway

Openconnect-VPN-RPi-Gateway See the blog (Chinese) for how to build an Openconne

Zhongze Tang 2 Jan 30, 2022