为什么 nmap 返回的 MAC 地址与 iPhone 上的真实 MAC 地址不同?
我正在使用 nmap 来发现网络上的设备。我运行了 nmap -sn 192.168.1.100/24,它打印出了多个主机,其中之一是我的 iPhone。然而,从 nmap 返回的 MAC 地址与我的 iPhone 上的不同(从“设置”->“关于”->“Wifi 地址”)。
哪一个是真的?我怎样才能发现它?
我还想比较一下IP地址。我能够使用 nmap 找到 iPhone 的 IP 地址,但无法在 Wifi 地址旁边的设置中的任何位置找到它,尽管网站显示它们彼此相邻。在哪里可以找到我的手机 IP 地址?
I am using nmap to discover devices on my network. I ran nmap -sn 192.168.1.100/24
and it printed out multiple hosts, one of which is my iPhone. However, the MAC address returned from nmap is different from the one on my iPhone (from going to Settings -> About -> Wifi address).
Which one is the real one and how can I discover it?
Also I would like to compare the IP address. I was able to find the IP address for my iPhone using nmap but not able to find it anywhere in the settings next to Wifi address despite websites which shows them next to each other. Where can I find out my phones IP address?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其实你的iPhone已经隐藏了真实的MAC地址。
您应该检查设置 ->无线网络-> WiFi 图标旁边的信息图标。
您将看到
私人地址
已打开。WiFi-Address
字段是 nmap 命令的结果。Actually your Iphone has hidden the real MAC address.
You should check Setting -> WiFi -> Info icon next to WiFi icon.
You will see the
Private address
is turning on.WiFi-Address
field is your result of nmap command.