Hi,
We just launched a new interesting feature that i think you will like,
as per the title, you can locate any device (mainly routers) just by the mac address.
This service is currently in beta and not sure if we will keep it, but it will be really nice if we do :)
Usage:
Examples: (taken from latest posts)
Note: not every mac can be positioned
Note2: the api key inside the script is temporarily
I would kindly ask you to try on some diff networks and report back how many got found
Thanks
We just launched a new interesting feature that i think you will like,
as per the title, you can locate any device (mainly routers) just by the mac address.
This service is currently in beta and not sure if we will keep it, but it will be really nice if we do :)
Usage:
Code:
git clone https://github.com/s77rt/locate_mac.git
cd locate_mac
python3 locate_mac.py <MAC>
Examples: (taken from latest posts)
Code:
$ python3 locate_mac.py B0:BE:76:99:7F:90
Colombia (4.607522, -74.208281)
$ python3 locate_mac.py 34:E8:94:2B:62:15
Algeria/Morocco/Portugal/Spain (34.064305, -6.791162)
$ python3 locate_mac.py 18:A6:F7:36:FA:09
Turkey (39.107547, 39.55515)
Note: not every mac can be positioned
Note2: the api key inside the script is temporarily
I would kindly ask you to try on some diff networks and report back how many got found
Thanks