WiFi Scanner 2.7.9 Download
This module uses the airport utility to perform a wifi scan, parses stdout andreturns a list of dictionaries with all the info regarding each Access Point.
This Wi-Fi scanner helps you see the best channel for your Wi-Fi. Make Sure Your Wi-Fi is Secure. InSSIDer will help you determine which security setting your Wi-Fi is using, reducing the risk of. Free & super-fast Wi-Fi scanner for your home network. Bitdefender Home Scanner looks for vulnerable devices and passwords, and offers detailed security recommendations for your home network. Stop hackers and privacy intruders from taking advantage of security holes to log on to your home network.
Testing the script:
Using the module from the interpreter is as simple as this:
Importing the module from your script
First of all you need to clone this repo into the folder where your script is.Then you can simply:
The airport utility
airport_scanner.py
assumes your airport utility is located in the default path:/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport
If for any reason your airport utility is not there, update theairport.airport_cmd
variable to fit your system.