Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Wardrive Visualizer

You walked around your neighborhood with a Flipper Zero in your pocket, collecting Wi-Fi networks like digital trading cards. Now you are sitting in a dark room with a folder full of Marauder .log files and no idea what to do with them.

Welcome! This tool takes your raw logs, cleans out the garbage, and plots every Wi-Fi network onto a local map in your browser. Because the cloud is just someone else's computer, and real hackers keep their data offline!

Satelite Map Terminal

What it does

  • Removes Garbage: Deletes fake 0.0, 0.0 GPS coordinates (Null Island). No, you did not find a Linksys router floating in the middle of the ocean!
  • Bulk Processing: Point it at your folder, and it reads every .log file at once.
  • Local Web Server: Runs a mini server on localhost so you can view your map in your browser.
  • Satellite Option: Enter a MapTiler API key for high-res satellite photos, or hit Enter for default street maps.
  • Network Info: Click any pin to see the SSID, MAC address, signal strength (RSSI), channel, and exact timestamp.

Requirements

You need Python installed and two simple packages:

pip install pandas folium

How to use it

  1. Download or clone this script (map_gen.py).
  2. Open your terminal and run:
python map_gen.py
  1. Paste the path to your folder with Marauder .log files.
  2. Enter a MapTiler API key (or press Enter to skip).
  3. Choose a server port number (or press Enter to use 8000).
  4. Your browser will automatically open your map!
  5. When you are done, press Ctrl + C in your terminal to shut down the server.

TO DO (if not lazy)

  • Export .kml files for Google Earth

Disclaimer

This tool is strictly for education and mapping networks you own or have permission to audit. Do not do anything illegal. If people in black suits show up at your house, I do not know you, and this code does not exist.

Hack the planet! (Legally)

About

A lightweight, local Python tool to merge multiple Flipper Zero ESP32 Marauder `.log` files and generate a fully interactive, completely offline HTML map.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages