Targeted packet sniffing
airodump-ng --channel[channel] --bssid[bssid] --write[file-name][interface]
Now all the data will be stored in the file name specified after the -write option. We can analyze this data using Wireshark. The only problem is that the collected data will not be much of use if the target network uses encryption.
Monitor my home Wi-Fi as a sample.
Stop the monitor and find the packets.
Open the captured packets through WireShark and analyze.
原文地址:https://www.cnblogs.com/keepmoving1113/p/11827114.html
时间: 2024-11-13 06:55:46