Time for action – creating a monitor mode interface
Let's now set our Alfa card into monitor mode!
Follow these instructions to get started:
Boot into BackTrack with your Alfa card connected. Once you are within the console, enter
iwconfig
to confirm that your card has been detected and the driver has been loaded properly:Use the
ifconfig wlan0 up
command to bring the card up. Verify the card is up by runningifconfig wlan0
. You should see the wordUP
in the second line of the output as shown:To put our card into monitor mode, we will use the
airmon-ng
utility which is available by default on BackTrack. First runairmon-ng
to verify it detects the available cards. You should see thewlan0
interface listed in the output:Now enter
airmon-ng start wlan0
to create a monitor mode interface corresponding to thewlan0
device. This new monitor mode interface will be namedmon0
. You can verify it has been created by runningairmon-ng
without arguments again:Also, running
ifconfig
should now display...