i'm trying to identify client Linux PC (our branch) to allow acces to our PHP application at main office. i want to get the nic mac address (using php/bash) then hashing/crypt it, then send to php server at main office. How to call the php/bash script at client and send the information using javascript/ajax/jquery ?
Note: I still have no success using evercookies to implement this.