1. 程式人生 > >wireshark 學習 1

wireshark 學習 1

ifconf wlan fig bsp con del 正在 type res

wireshark 調試WiFi

安裝之後的啟動腳步。

#!/bin/bash

iw dev mon0 del

iw dev wlp3s0 interface add mon0 type monitor

ifconfig mon0 up

wireshark

啟動之後如果想看正在調試的設置。要加上MAC 地址才能調試

wlan.addr eq 00:c2:c6:d8:e3:75(不同設備有不同的MAC地址)

wireshark 學習 1