58 WiFi Hijacking Packet Sniffing Airodump ng Part 3
דרג סרטון זה
התחבר כדי לדרג
תיאור
Packet Sniffing Airodump-ng In order to capture the packets we will use a program called airodump-ng, which is part of a larger program called aircrack-ng suite. This software will show us all the details of the wireless networks around us the physical addresses the channels The encryption, the customers connected to the network and more. root@kali:~# airodump-ng wlan0 BSSID PWR Beacons #Data, #/s CH MB ENC CIPHER AUTH ESSID D4:35:1D:50:1E:FC -29 10 3 0 1 195 WPA2 CCMP PSK kmoshe 20:B0:01:31:C5:DB -37 12 7 0 6 195 WPA2 CCMP PSK leondan BSSID - the physical address of the wireless network PWR - the signal strength of the wireless network, a higher number shows the strength of the signal Beacons - "shouts" the very existence of the wireless network. Data# - the number of data packets captured, including data transmission packets. s/# - the number of data packets per second measured during the last 10 seconds. CH - channel number of the broadcasting network. MB - maximum supported speed ENC - the encryption of the wireless network CIPHER - the type of encryption of the network AUTH - the authentication protocol used by the network ESSID - the names of the wireless networks around us