Is there anyway to find out the ssid of the wifi access point within the browser using javascript?

StackOverflow https://stackoverflow.com/questions/1180716

  •  19-09-2019
  •  | 
  •  

Question

Is there anyway to find out the ssid of the wifi access point you are connected to within the browser using javascript?

If there isn't my guess would you'd have to write a plugin for it. I bet ActiveX allows this.

Was it helpful?

Solution

No there isn't and for a good reason :)

Update: I should have elaborated, JavaScript is run inside a browser sandbox that was designed to protect both security and privacy. ESSID of AP you're connected to is of course not a secret, but it's also not an information that should be revealed without ones consent.

OTHER TIPS

Using Javascript? No.

I would be extremely surprised to find that there's a non-OS/Browser-specific hack to do this.

This can't be done.

JavaScript is quite well shielded from the hardware and environment it is running on. All JavaScript 'knows' is that it has an internet connection it can use. It doesn't know whether it's broadband, 3G, ethernet, wireless or any of the details - just that it's there.

How worrying would it be for a user if they were innocently browsing the internet and websites could collect intimate details about their hardware as they went!? This would be open to huge amounts of abuse as someone, somewhere would surely work out a way of turning it to their advantage!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top