I was trying to sniff packets on my home wifi between other devices using aircrack-ng and Wireshark. My network card is broadcom 4313. According to my researches, it should be able to monitor the network. My OS is Lubuntu 15.10. It's a pretty fresh installation.
What I was exactly doing is:
- stop network manager
service NetworkManager stop
- set wlan0 into monitor mode by
airmon-ng wlan0 start
> result is "monitor mode on mon0" airmon-ng wlan0 stop
(I also tried it without this step, doesn't work either)- start wireshark, enable monitor mode on mon0 and sniff traffic on mon0
My wlan is using a WPA2 password. This was entered in the according section in wireshark as wpa-pwd in the format password:ssid (clear text) and "enable decryption" is turned on.
But when I sniff now, I only see broadcast packages and "802.11" protocol.
What should I try next? Have I done something wrong?