ginjabenjamin Posted March 13, 2016 Posted March 13, 2016 To help with wifi surveys and pentests, I have created a Python script that parses PineAP log files and displays some simple metrics; namely the most common SSIDs and average SSIDs per device. Read more about the functionality and grab the script at https://github.com/ginjabenjamin/SsidyMetrics 1 Quote
Foxtrot Posted March 13, 2016 Posted March 13, 2016 Something to note to people using this, is that letting this script download the OUI file to your device obviously creates a connection to ieee.org. While it probably isn't a big deal, its something to keep in mind if youre using it on a deployment ;) 1 Quote
ale Posted March 13, 2016 Posted March 13, 2016 Great job dude! Downloading and testing now... 1 Quote
ginjabenjamin Posted March 16, 2016 Author Posted March 16, 2016 Something to note to people using this, is that letting this script download the OUI file to your device obviously creates a connection to ieee.org. While it probably isn't a big deal, its something to keep in mind if youre using it on a deployment ;) Foxtrot, The script does contain a flag (-o) that prevents the OUI lookup, which would skip the download. Additionally, it is a one time download from IEEE. Hope that helps. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.