Skip to content

s77rt/locate_mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

locate_mac

Locate MAC position using hashC API

Configuration

Setting hashC_APIKEY

After getting your api key from hashC (via website or email) Open your command prompt / terminal and execute:

For Linux

export hashC_APIKEY=YOUR_APIKEY_HERE

For Mac

export hashC_APIKEY=YOUR_APIKEY_HERE

For Windows

set hashC_APIKEY=YOUR_APIKEY_HERE

Usage

Usage: python3 locate_mac.py <MAC>

TODO

Provide more info