Get the MAC of ASP.NET website user

后端 未结 7 1023
[愿得一人]
[愿得一人] 2020-12-01 15:43

I\'m looking for a solution to find out about the MAC number of a user using asp.net website. I know you can get an IP address (don\'t know why but it can\'t be complicated)

7条回答
  •  忘掉有多难
    2020-12-01 15:53

    Java 6 has a NetworkInterface#getHardwareAddress() method which usually returns the MAC address of the computer in question. You could create a small Java applet to communicate with your web server to obtain the MAC address, though there are ways and means of spoofing a MAC address.

提交回复
热议问题