https://zr4in.github.io/2024/04/24/%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1%E6%B7%B7%E6%9D%82%E6%A8%A1%E5%BC%8Fwifi%E6%8A%93%E5%8C%85/ #2
Replies: 1 comment
-
物联网科学家 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://zr4in.github.io/2024/04/24/%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1%E6%B7%B7%E6%9D%82%E6%A8%A1%E5%BC%8Fwifi%E6%8A%93%E5%8C%85/
现在的IoT设备往往依赖于蓝牙、zigbee或者wifi等无线通信介质,为了更清晰地了解设备的通信,有必要学习一下wifi抓包。 Airomon-ng试过用iwconfig直接设置网卡为Monitor模式,然后直接用wireshark抓包,是不行的,应该还有其他设置,就不管了,还是用现成的工具吧[1] airmon-ng先设置网卡为监听模式: 1sudo airmon-ng start wlo1
https://zr4in.github.io/2024/04/24/%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1%E6%B7%B7%E6%9D%82%E6%A8%A1%E5%BC%8Fwifi%E6%8A%93%E5%8C%85/
Beta Was this translation helpful? Give feedback.
All reactions