Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 847 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 847 Bytes

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