

If it is not installed, install it with apt-get install wireshark command. Type in your Wi-Fi network's name and password and click on Generate PSK button. (3) Go to Wireshark's WPA PSK (Raw Key) Generator page: Process with PID 19213 (dhclient) is running on interface wlan0 Process with PID 20374 (dhclient) is running on interface wlan1 If airodump-ng, aireplay-ng or airtun-ng stops working afterĪ short period of time, you may want to kill (some of) them! Wireshark - WLAN (IEEE 802.11) capture airmon-ng start wlan1įound 5 processes that could cause trouble. not all Wi-Fi cards support promiscuous and monitor modeįurther reading: Promiscuous mode (Wikipedia).monitor mode does not make sense (and so does not exist) for LAN cards.it can decrypt packets to/from other nodes in secured networks.SSID filtering is switched off => it can receive packets from any AP within its range.

usually NOT connected to the Access Point (depends on the adapter and its driver) => it does not transmit any packets.it translates Wi-Fi data frames into wired Ethernet-style frames (IEEE 802.3) so they look like Ethernet frames captured on the LAN interface working in promiscuous mode.it can't decrypt packets to/from other nodes in secured (WEP, WPA.) networks.MAC filtering is switched off => it can receive packets destined for any MAC address.SSID filtering is switched on => it can receive packets only from AP it is associated with (it receives radio packets from all APs but forwards to the upper layers only those from that particular AP).
