[BETA] MAC Position Location Lookup API

HashRecovery

Active member
Contributor
Feedback: 0 / 0 / 0
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
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:
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
 

Uraniumhazee

Active member
Feedback: 0 / 0 / 0
Joined
Dec 30, 2019
Messages
47
Reaction score
2
Credits
204
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:
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

Could you please find this locaton?
8C-59-73-1E-90-2C

Thanks
 

HashRecovery

Active member
Contributor
Feedback: 0 / 0 / 0
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
Could you please find this locaton?
8C-59-73-1E-90-2C

Thanks
You can just use the python script as follow:
Code:
$ python3 locate_mac.py 8C-59-73-1E-90-2C
Greece/Turkey (41.003082, 28.857192)
The returned country list is not exact (due to country boundaries collision).
You can use the returned latitude, longitude to get a better info about the location as petrovivo1234 did.
Please note that even those latitude, longitude values are not 100% accurate (due to privacy), but are close enough
Soon i may add an online tool for that to make it easier

hope you are finding those tools useful.
 

Uraniumhazee

Active member
Feedback: 0 / 0 / 0
Joined
Dec 30, 2019
Messages
47
Reaction score
2
Credits
204
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:
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

Thanks very much
Can i ask a question?

I use Windows so which files sholu i download for python?

Thanks
 

Uraniumhazee

Active member
Feedback: 0 / 0 / 0
Joined
Dec 30, 2019
Messages
47
Reaction score
2
Credits
204
Top