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!
- Removes Garbage: Deletes fake
0.0, 0.0GPS 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
.logfile at once. - Local Web Server: Runs a mini server on
localhostso 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.
You need Python installed and two simple packages:
pip install pandas folium
- Download or clone this script (
map_gen.py). - Open your terminal and run:
python map_gen.py
- Paste the path to your folder with Marauder
.logfiles. - Enter a MapTiler API key (or press Enter to skip).
- Choose a server port number (or press Enter to use
8000). - Your browser will automatically open your map!
- When you are done, press
Ctrl + Cin your terminal to shut down the server.
- Export
.kmlfiles for Google Earth
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)

