Remove Unawanted devices from your wifi network using the concept of ARP-SPOOFING
- At first Node 1 gets mac address of neighbour Nodes
- Then sends Arp packets to target to believe that Node 1's mac address is router's mac address .
- Thus, targets iptable gets messed up and can't use the network as it can't access the router
- this concept is also used in MITM(Man in the Middle Attack)
git clone https://github.com/abidKiller/Wifi-Spoof-Out.git
cd Wifi-Spoof-Out
pip install Requirements.txt
python wifiSpoofOut.py
Copyright (c) 2020-2021 by Abid Ahsan Samin. Some rights reserved.
Wifi-Spoof-Out is under the terms of the MIT License, following all clarifications stated in the license file.