Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.25 KB

Wifi-Spoof-Out

Remove Unawanted devices from your wifi network using the concept of ARP-SPOOFING

Screenshots

drawing

drawing

THEORY

drawing

  1. At first Node 1 gets mac address of neighbour Nodes
  2. Then sends Arp packets to target to believe that Node 1's mac address is router's mac address .
  3. Thus, targets iptable gets messed up and can't use the network as it can't access the router
  4. this concept is also used in MITM(Man in the Middle Attack)

Installation

git clone https://github.com/abidKiller/Wifi-Spoof-Out.git
cd  Wifi-Spoof-Out
pip install Requirements.txt

Run

python wifiSpoofOut.py

License

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.