Computer-Ident Service 0.19 (PoC)

This service it intended to identify computers by their unique MAC addresses as well as other characteristics. It can be used to customize and control web pages depending on the logic connected to the identification of the computer. For the identification the service uses Java in combination with JavaScript.

What is my MAC Address?

Media Access Control addresses (MAC addresses) are unique identifiers assigned to most network adapters or network interface cards. These are sometimes also called Ethernet Hardware Address (EHA), hardware address, adapter address, or physical address.

The following addresses were used to identify your computer:


How can I use this service in my own page?

First of all, use this service for free but on your own risk! It is still under development and may be subject to changes or inconsitencies.

Any page that need access to the client's computer ID simply has to include the following HTML code:

<script type="text/javascript" src="http://www.deadbytes.de/track/id.js"></script>

Then the client's computer ID and its MAC addresses are available to other scripts in your page. You can access them as JavaScript variables as shown below.

<script>
<!--

// work with the given ID inside your page, e.g. customize or log data
document.write("MAC 0: "+ _tr_macs['0'] +"<br>");
document.write("found ID: "+ _tr_id +"<br>");

-->
</script>

You can view the example here.

Any questions?

Email Contact

Use [brain] with [information]: de deadbytes ident

Change Log

2010-01-08 - 0.19 - Information about interfaces added (up, virtual, loopback, point to point)

2010-01-03 - 0.18 - Some compatibility improvements

2009-12-21 - 0.10 - Initial version

Copyright © 2009, deadbytes.de, All rights reserved.