摘要: 过滤信息,得到想要的帧进行分析。 http://www.networkcomputing.com/networking/wifi-troubleshooting-using-wireshark/1555390832 http://www.semfionetworks.com/blog/wiresha 阅读全文
posted @ 2017-07-05 11:17 johnny_shi 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 使用wireshark抓到的wifi数据包如果是加密的,就只能显示密文,无法得到真正的数据。 如果知道AP和SSID和key,就可以解密wifi数据包,显示上层协议的数据。 在wireshark中设置如下: Edit -> Preferences -> Protocols -> IEEE802.11 阅读全文
posted @ 2017-07-05 10:15 johnny_shi 阅读(227) 评论(0) 推荐(0) 编辑
摘要: wireshark 调试WiFi 安装之后的启动脚步。 #!/bin/bash iw dev mon0 del iw dev wlp3s0 interface add mon0 type monitor ifconfig mon0 up wireshark 启动之后如果想看正在调试的设置。要加上MA 阅读全文
posted @ 2017-07-05 10:08 johnny_shi 阅读(223) 评论(0) 推荐(0) 编辑