So, I am running Ubuntu Linux on my laptop and Android 4.0.4 on my mobile device (I don't think this is relevant, but just in case). I disconnected my laptop from any networks, and my mobile phone was connected to the network and was assigned (via DHCP) IP 192.168.0.109.
On my laptop I did this:
ifconfig wlan0 down && airmon-ng start wlan0 && ifconfig wlan0 up.. this created my interface mon0for promiscuous mode, if I am not mistaken.
I launched Wireshark, tied it to mon0and assigned a < filter displayip.addr == 192.168.0.109 , go back to my mobile phone and go to several websites. I do not understand anything.
The step indicated here - cannot read packets captured from a Wi-Fi network using wirehark - do not help.
Will someone tell me what I'm doing wrong ?: (
Thank!
source
share