MACtrack: Track MAC addresses to their street address using WiFi (Phosh Desktop App) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +--- Thread: MACtrack: Track MAC addresses to their street address using WiFi (Phosh Desktop App) (/showthread.php?tid=13166) |
MACtrack: Track MAC addresses to their street address using WiFi (Phosh Desktop App) - RTP - 02-19-2021 I posted video demo last night on a Phosh app/(Python/terminal with icon on interface/desktop). That video has more idea behind how it works/use ideas can be found here: https://youtu.be/Qr-tTC5nQKE This can be a handy button to have on your phone to identify masked burglars or others by their WiFi devices (phone/pc). Tap MACtrack button and you have their phone mac address/brand name, along with the name of every saved WiFi Network they have printed to your screen, taking advantage of disconnected devices constant search for saved wifi networks. Then when a client/SSID looks interesting ctrl+c drops you to an SSID search prompt where you can find all street addresses/gps tied to the SSID you decided to search for. MACtrack logs all resulting searches to a file for you. SCREENSHOTS: WHAT DOES IT DO? (uses WiFi to listen, Cellular to do SSID location (wigle database) lookups; Works on Pinetab with 2nd net device- one to listen, one w/internet to lookup) PRIVACY SOLUTION:
TO USE: Check the variable locations (depending on OS - tested on Mobian Phosh), run the install.sh to put everything where it needs to be (including desktop icon), then anytime you need to find out about strange devices not connected to wifi and their previous location history, press the mactrack "radar" icon and it starts up listening to these saved network probes. I am going to add more options. I found testing results useful/interesting/handy to have on demand, at the touch of a finger. I included an install.sh script to install it right to the desktop of Phosh. I illustrated the icon for it To use the SSID location search prompt option, you need to sign up for access to the wigle API (sorry can't share my account :-P). If not, you can still listen to/watch wifi client -> saved SSID probes and manually search on their website. DOWNLOAD LOCATIONS: https://odysee.com/@RTP:9/mactrack.tar:4 OR: https://www.gitlab.com/Aresesi/mactrack Nothing fancy atm (I will add more controls over time). Hope it is found useful/interesting RE: MACtrack: Track MAC addresses to their street address using WiFi (Phosh Desktop App) - Trbl - 04-03-2021 Really cool, I built the same thing today but in C# and without the WiGLE API. (for now, great idea!) Maybe we could work together on similar projects! RE: MACtrack: Track MAC addresses to their street address using WiFi (Phosh Desktop App) - RTP - 04-10-2021 appreciate the positive feedback |