December 2017
Intermediate to advanced
216 pages
6h 2m
English
In this recipe we will switch a network card into monitor mode so it can be used to observe traffic from non-associated access points.
In order to switch the network adapter into monitor mode we can use ifconfig to identify the wireless adapter if you don't know its name already. If you do know the name, then perform the following steps.
ifconfig <adapter name> down
iwconfig <adapter name> mode monitor
ifconfig <adapter name> up
Read now
Unlock full access