Skip to content

Ringmast4r/wardriving-converter

Repository files navigation

🛰️ Universal Wardriving File Converter

License: MIT Python 3.x Platform PRs Welcome Made with ❤️

Convert any wardriving file format to standardized CSV. Handles large files that crash online converters.

Why This?

Online Converters This Tool
❌ Size limits ✅ No limits
❌ Upload required ✅ 100% offline
❌ One format ✅ 12+ formats
❌ Manual process ✅ Batch processing
❌ Scattered outputs ✅ Organized vault

Supported Formats

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

Quick Start

Windows (Drag & Drop!)

# 1. Double-click to launch
Wardriving Converter.bat

# 2. Drag any folder into the CMD window - done!

Linux/Mac

chmod +x convert.sh
./convert.sh /path/to/folder

Python (All Platforms)

# Single file
python3 universal_wardrive_converter.py file.kml

# Merge entire folder
python3 universal_wardrive_converter.py --folder ./data --merge

Features

  • 🎯 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

Output

Standardized CSV with: ssid, bssid, latitude, longitude, altitude, signal, channel, encryption, type, timestamp

All outputs saved to: conversion_vault/YYYYMMDD_HHMM/

Example

# 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.csv

License

MIT - See LICENSE


Made with ❤️ by ringmast4r

About

Universal wardriving file converter - supports 12+ formats (WiGLE, Kismet, KML), cross-platform, batch processing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors