-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Kali Linux: Wireless Penetration Testing Beginner's Guide, Second Edition
By :

Follow these instructions to get started:
Connect one of the LAN ports of the access point to the Ethernet port on your machine running Kali. In our case, the interface is eth0
. Bring up the interface and get an IP address by running DHCP, as shown in the following screenshot:
Login to the access point and set the security mode to WPA/WPA2-Enterprise
, set
Version to WPA2
, Encryption to AES
. Then, under the EAP (802.1x)
section, enter the Radius Server IP address as your Kali build's IP address. The Radius Password will be test
, as shown in the following screenshot:
Let's now open a new terminal and go to the directory /usr/local/etc/raddb
. This is where all the FreeRADIUS-WPE configuration files are:
Let's open eap.conf
. You will find that the default_eap_type
command is set to MD5
. Let's change this to peap
:
Let's open clients.conf
. This is where we define the allowed list of clients that can connect to our Radius server. Interestingly...