Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n0nexist/wigle_db_manager
:rocket: Fast csv database to html map converter for wigle
https://github.com/n0nexist/wigle_db_manager
csv-data-exportor leaflet-map wardriving wardriving-analytics warwalking wifi-security wigle wigle-database wigle-database-convert
Last synced: 28 days ago
JSON representation
:rocket: Fast csv database to html map converter for wigle
- Host: GitHub
- URL: https://github.com/n0nexist/wigle_db_manager
- Owner: n0nexist
- Created: 2023-09-27T12:55:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T12:57:59.000Z (12 months ago)
- Last Synced: 2024-01-07T12:57:46.614Z (12 months ago)
- Topics: csv-data-exportor, leaflet-map, wardriving, wardriving-analytics, warwalking, wifi-security, wigle, wigle-database, wigle-database-convert
- Language: Go
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :rocket: WiGLE-db-manager
![](https://github.com/n0nexist/WiGLE-db-manager/blob/main/screenshot.png?raw=true)
Fast csv database to html map converter for wigle# :arrow_down: Download
```
git clone https://github.com/n0nexist/WiGLE-db-manager
cd WiGLE-db-manager
go build main.go
./main
```# :mag: 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
```