Skip to content

n0nexist/WiGLE_db_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 WiGLE-db-manager



Fast csv database to html map converter for wigle

⬇️ Download

git clone https://github.com/n0nexist/WiGLE-db-manager
cd WiGLE-db-manager
go build main.go
./main

🔍 Usage

./main -d (database.csv) -a (action)

Actions:

'none' - no filtering
'open' - shows open wifi networks
'wep' - shows wep wifi networks
'wps' - shows wifi networks with wps enabled
'bt' - shows bluetooth devices
'ble' - shows bluetooth LE devices
'wifi' - shows only wifi networks
'bluetooth' - shows only bt and bt LE devices

Optional arguments:

-b  --batch-size         The lines at a time to process (default 1000).
                         Default: 1000
-s  --filter-ssid        Filter out an ssid from the results. Default:
                         nofilter
-m  --filter-bssid       Filter out a bssid from the results. Default:
                         nofilter
-r  --remove-duplicates  Removes duplicate bssid's. Default: false