Three Methods for Enabling Monitor Mode on Wireless Adapters

Continuing on from the topic last week, I will continue to explore setting up a wireless adapter to begin wired and wireless hacking. I am still using Kali Linux ( https://www.kali.org/downloads/ ) on a virtual machine loaded on VirtualBox ( https://www.virtualbox.org/wiki/Downloads ). Additionally, I am using the Alfa AWUS036NHA ( http://amzn.to/2joTI0q ). This post explores three different methods for enabling monitor mode on the wireless adapter. This adapter supports two modes - managed and monitor, respectively. With a device set to managed mode, r eceived packets are only sent to a user's MAC address. T he MAC address is used to ensure that packets are sent to the correct destination. In order to capture all packets within a specific WiFi range - that is, not only the packets sent to a user's device - the wireless card can be set to monitor mode. The first method used airmon-ng. This is a tool within the Aircrack-ng utility that comes installed on Kali Linux. Accordin...