A few scripts to show the data (that I most care about) that's collected from an airodump scan CSV file, but in a nice and more readable format.
- bash
- python 3
Just clone the repo :)
git clone https://github.com/ariakis/WiFiData/
To get all data, run:
bash getinfo.sh {csv file}
For just information about AP security algorithms:
python3 APinfo.py {csv file}
And for just information about client probes:
python3 clientProbes.py {csv file}
That's it. Please forgive ugly code, and enjoy!