Skip to content

Instantly share code, notes, and snippets.

View HackHerz's full-sized avatar
🍕

Daniel Stein HackHerz

🍕
View GitHub Profile
@HackHerz
HackHerz / kismet2sqlite.sh
Last active October 29, 2023 10:25
Convert airodump-ng output to a sqlite database.
#!/bin/bash
# This script converts *.kismet.csv files produced by airodump-ng into a sqlite database
# Usage: ./kismet2sqlite.sh myfile-01.kismet.csv
#
# Visit my website <hackherz.com> for more.
# © 2016 Daniel Stein <[email protected]>
if [[ $# > 0 ]]
then