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

Let's begin! We will set the access point up to use Open Authentication with an SSID of Wireless Lab.
Follow these instructions step by step:
192.168.1.1
. You should consult your access point's setup guide to find its IP address. If you do not have the manuals for the access point, you can also find the IP address by running the route –n
command. The gateway IP address is typically the access point's IP. Once you are connected, you should see a configuration portal that looks like this:An easy way to verify this is to use the Wireless Configuration utility on Windows and observe the available networks using the Windows laptop. You should find Wireless Lab as one of the networks in the listing:
We have successfully setup our access point with an SSID Wireless Lab. It is broadcasting its presence and this is being picked up by our Windows laptop and others within the Radio Frequency (RF) range of the access point.
It is important to note that we configured our access point in Open mode, which is the least secure. It is advisable not to connect this access point to the Internet for the time being, as anyone within the RF range will be able to use it to access the Internet.
Play around with the configuration options of your access point. Try to get it up-and-running using encryption schemes such as WEP and WPA/WPA2. We will use these modes in later chapters to illustrate attacks against them.