Convert any wardriving file format to standardized CSV. Handles large files that crash online converters.
| Online Converters | This Tool |
|---|---|
| ❌ Size limits | ✅ No limits |
| ❌ Upload required | ✅ 100% offline |
| ❌ One format | ✅ 12+ formats |
| ❌ Manual process | ✅ Batch processing |
| ❌ Scattered outputs | ✅ Organized vault |
Tools: WiGLE, Kismet, G-Mon, inSSIDer, Kismac, WiFiFoFum, Wardrive-Android, WiFi-Where, NetStumbler, MacStumbler, DStumbler, Pocket Warrior
Files: .kml, .kmz, .csv, .xml, .netxml, .gpsxml, .txt
# 1. Double-click to launch
Wardriving Converter.bat
# 2. Drag any folder into the CMD window - done!chmod +x convert.sh
./convert.sh /path/to/folder# Single file
python3 universal_wardrive_converter.py file.kml
# Merge entire folder
python3 universal_wardrive_converter.py --folder ./data --merge- 🎯 Drag & Drop - Just drag folders into CMD window (Windows)
- Batch Processing - Convert 100+ files at once
- Auto-Detection - Automatically identifies format
- Merge Option - Combine all into one master CSV
- Organized Output - Timestamped folders in
conversion_vault/ - Cross-Platform - Windows, Linux, macOS
- No Dependencies - Just Python 3.x standard library
Standardized CSV with: ssid, bssid, latitude, longitude, altitude, signal, channel, encryption, type, timestamp
All outputs saved to: conversion_vault/YYYYMMDD_HHMM/
# Before: 50 different format files scattered everywhere
# After: One clean CSV with all networks combined
python3 universal_wardrive_converter.py --folder ~/wardrives --merge
# Output: conversion_vault/20241107_1430/MERGED_ALL.csvMIT - See LICENSE
Made with ❤️ by ringmast4r