Skip to content

Some tools to get data about WiFi APs and client probes from an airodump csv output

Notifications You must be signed in to change notification settings

ariakis/WiFiData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Some tools to get data about WiFi APs and client probes from an airodump csv output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published