ubuntu使用wireshark抓取数据
工具
aircrack-ng工具;wireshark工具
sudo apt-get install aircrack-ng2
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
sudo apt install -y wireshark
使用
airmon-ng
执行ifconfig
查看网卡
设置网卡为监听模式:sudo airmon-ng start wlp3s0
此时网卡名称已经变成了wlp3s0mon
抓取数据执行:sudo airodump-ng wlp3s0mon
停止执行命令:sudo airmon-ng stop wlp3s0
wireshark
运行wireshark:sudo wireshark
软件打开后双击网卡开始抓取数据
如果热点有密码,需要配置wireshark,Edit->Preferences->Protocols->IEEE 802.11
点击Edit添加一个密钥,可以选择wpa-pwd,key格式为:pwd:ssid