EPISODE · Dec 15, 2025 · 14 MIN
Course 14 - Wi-Fi Pentesting | Episode 2: Network Fundamentals, Wireless Adapter Setup, and Packet Sniffing Basics
from CyberCode Academy · host CyberCode Academy
In this lesson, you’ll learn about:How wireless networks operate and transmit dataWhy packet sniffing is possible in Wi-Fi environmentsThe role of external USB wireless adapters in security testingWhat MAC addresses are and how they function in networksThe difference between managed mode and monitor modeEnabling monitor mode using airmon-ng and iwconfigDiscovering nearby networks using Airodump-ngWireless Networking & Packet Sniffing Fundamentals Basic Network Operation A wireless network consists of:Clients (devices such as laptops and phones)An access point (router or server)The access point acts as:The only gateway to shared resourcesThe connection point to the internetCommunication happens through:Requests and responsesSent in the form of data packetsIn Wi-Fi networks:Packets travel through the airAny device within range can potentially:Capture usernamesCapture passwordsCapture visited URLsThis is what makes wireless packet sniffing possibleExternal USB Wireless Adapter Built-in wireless cards:Usually do NOT support:Monitor modePacket injectionFor security testing, you must use:A specialized external USB wireless adapterSetup inside Kali Linux (VirtualBox):Plug in the adapterAttach it using:VirtualBox → Devices → USBKali will recognize it as an interface such as:wlan0Understanding the MAC Address The MAC Address (Media Access Control) is:A unique physical addressPermanently assigned to each network interfaceKey roles:Used inside the local networkDirects traffic between devicesPacket structure includes:Source MACDestination MACUses of MAC spoofing:Increasing anonymityBypassing MAC filteringAvoiding device trackingWireless Operating Modes Managed Mode (Default)The wireless card only:Receives packets sent to its own MAC addressNormal internet usage modeMonitor ModeThe wireless card:Captures ALL packets in the airRegardless of destinationRequired for:Packet sniffingNetwork attacksSecurity analysisEnabling Monitor Mode Steps used:Stop conflicting processes:airmon-ng check killEnable monitor mode:Use iwconfig or airmon-ng start wlan0After activation:The interface switches to monitor modeIt can now capture every wireless packet in rangePacket Sniffing with Airodump-ng Airodump-ng allows you to:Discover all nearby Wi-Fi networksMonitor traffic without connectingDisplayed network information includes:ESSID: Network nameBSSID: Router MAC addressPWR: Signal strengthChannel: Wireless channel usedEncryption: WPA, WPA2, WEPCipher: Encryption algorithmAuthentication: Access methodSuccessful Airodump-ng output confirms:The adapter is working correctlyMonitor mode is functioning properlyThe system is ready for wireless security auditingYou can listen and download our episodes for free on more than 10 different platforms:https://linktr.ee/cybercode_academy
What this episode covers
In this lesson, you’ll learn about:How wireless networks operate and transmit dataWhy packet sniffing is possible in Wi-Fi environmentsThe role of external USB wireless adapters in security testingWhat MAC addresses are and how they function in networksThe difference between managed mode and monitor modeEnabling monitor mode using airmon-ng and iwconfigDiscovering nearby networks using Airodump-ngWireless Networking & Packet Sniffing Fundamentals Basic Network Operation A wireless network consists of:Clients (devices such as laptops and phones)An access point (router or server)The access point acts as:The only gateway to shared resourcesThe connection point to the internetCommunication happens through:Requests and responsesSent in the form of data packetsIn Wi-Fi networks:Packets travel through the airAny device within range can potentially:Capture usernamesCapture passwordsCapture visited URLsThis is what makes wireless packet sniffing possibleExternal USB Wireless Adapter Built-in wireless cards:Usually do NOT support:Monitor modePacket injectionFor security testing, you must use:A specialized external USB wireless adapterSetup inside Kali Linux (VirtualBox):Plug in the adapterAttach it using:VirtualBox → Devices → USBKali will recognize it as an interface such as:wlan0Understanding the MAC Address The MAC Address (Media Access Control) is:A unique physical addressPermanently assigned to each network interfaceKey roles:Used inside the local networkDirects traffic between devicesPacket structure includes:Source MACDestination MACUses of MAC spoofing:Increasing anonymityBypassing MAC filteringAvoiding device trackingWireless Operating Modes Managed Mode (Default)The wireless card only:Receives packets sent to its own MAC addressNormal internet usage modeMonitor ModeThe wireless card:Captures ALL packets in the airRegardless of destinationRequired for:Packet sniffingNetwork attacksSecurity analysisEnabling Monitor Mode Steps used:Stop conflicting processes:airmon-ng check killEnable monitor mode:Use iwconfig or airmon-ng start wlan0After activation:The interface switches to monitor modeIt can now capture every wireless packet in rangePacket Sniffing with Airodump-ng Airodump-ng allows you to:Discover all nearby Wi-Fi networksMonitor traffic without connectingDisplayed network information includes:ESSID: Network nameBSSID: Router MAC addressPWR: Signal strengthChannel: Wireless channel usedEncryption: WPA, WPA2, WEPCipher: Encryption algorithmAuthentication: Access...
NOW PLAYING
Course 14 - Wi-Fi Pentesting | Episode 2: Network Fundamentals, Wireless Adapter Setup, and Packet Sniffing Basics
No transcript for this episode yet
Similar Episodes
Dec 23, 2025 ·11m
Dec 17, 2025 ·10m