phpbssid

find BSSID in PHP or JavaScript


How can I find BSSID or MAC adress in PHP or JavaScript? Sorry for my english, but I'm from Czech Repulic and I speak english a little bit.


Solution

  • PHP is a server side language, and it doesn't know much about the client, except for the $_SERVER variable, for example.

    Javascript can be executed in browser on the client side, but according to this answer it is still not possible without additional plugins.