Accessing clients using a fake AP
In this recipe, we will use Gerix to create and set up a fake access point (AP). Setting up a fake access point gives us the ability to gather information on each of the computers that access it. People in this day and age will often sacrifice security for convenience. Connecting to an open wireless access point to send a quick e-mail or to quickly log into a social network is rather convenient. Gerix is an automated GUI for AirCrack.
Getting ready
A supported wireless card configured for packet injection will be required to complete this recipe. In the case of a wireless card, packet injection involves sending a packet, or injecting it onto an already established connection between two parties.
How to do it...
Let's begin the process of creating a fake AP with Gerix.
Let's navigate to the directory where Gerix is located:
cd /usr/share/gerix-wifi-cracker
To begin using Gerix, we issue the following command:
python gerix.py
Click on the Configuration tab.
On the...