Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 352 Bytes

wifidisconnect

This is a python based tool to block access of a specific user on wifi by mac spoofing using python scapy

Provide the target ip, interface name and run test.py

       python test.py

To get the interface list run interfacelist.py

      python interfacelist.py

Pre-Requisites

  1. Scapy:

      pip install scapy