Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 417 Bytes

Wifi-Scanner

A multithread tool to scan for available APs and display their Signal Strength, Security Protocol, SSID and channels. Written in Python (Scapy Module)

Demo

Wifi-Scanner

Usage

Make sure you enable the monitor mode in your interface sudo ifconfig wlan0 down sudo iwconfig wlan0 mode monitor sudo ifconfig wlan0 up

Run the script sudo python3 wifi_scanner.py