Skip to content

A tool for converting airodump client output data to sqlite.

License

Notifications You must be signed in to change notification settings

rjulian/airodump2sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

airodump2sqlite

A tool to collect 802.11 client data from airodump-ng into a sqlite database. A few additional metadata have been appended to the original data collected by airodump-ng, namely an "easy_name" field for referring to the individual MAC addresses and a "last ten visits" field.

Requirements

airodump2sqlite simply requires a running airodump-ng process outputting to a file in the CSV format. Check out install_linux.sh for more info.

Usage

Simply run the provided script airodump2sqlite pointing to the airodump output file and the database location you're looking for. Example: airodump2sqlite --airodump-file ./output-01.csv --database-file ./airodump2sqlite.db

About

A tool for converting airodump client output data to sqlite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published