Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 715 Bytes

File metadata and controls

33 lines (18 loc) · 715 Bytes

WiFi Data

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.

Dependencies

  • bash
  • python 3

Installation

General installation

Just clone the repo :)

git clone https://github.com/ariakis/WiFiData/

How to use it

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!