iPhone安全网络识别
谁能告诉我(代码示例会很棒)如何获取 iphone 上当前登录用户的安全 Wi-Fi 用户 ID 和密码,
例如: 使用 WPA2 Enterprise 的网络 Wi-fi 设置(网络/用户名/密码)
我如何找出谁登录了该网络?
提前致谢!!! 干杯
can anyone tell me (code sample woudl be awesome) how to get the the secure wi-fi userid and password for the current logged user on the iphone
for example:
Wi-fi settings for a network using WPA2 Enterprise (network/username/password)
how can I found out who's logged for said network ??
Thanks in advance!!!
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法获取该信息,因为这是一个重大的安全风险。
提供此类信息将使恶意应用程序能够窃取可用于渗透受保护网络的用户 ID 和密码。
相反,操作系统连接 WiFi 并使套接字可供应用程序使用,但不提供任何其他信息。
You can't get that information because it's a major security risk.
Making such information available would make it possible for a malicious app to steal user IDs and passwords that could be used to penetrate protected networks.
Instead, the OS connects the WiFi and makes the socket available to apps but doesn't provide any other information.