Book Image

Kali Linux Wireless Penetration Testing Cookbook

By : Sean-Philip Oriyano
Book Image

Kali Linux Wireless Penetration Testing Cookbook

By: Sean-Philip Oriyano

Overview of this book

More and more organizations are moving towards wireless networks, and Wi-Fi is a popular choice. The security of wireless networks is more important than ever before due to the widespread usage of Wi-Fi networks. This book contains recipes that will enable you to maximize the success of your wireless network testing using the advanced ethical hacking features of Kali Linux. This book will go through techniques associated with a wide range of wireless penetration tasks, including WLAN discovery scanning, WEP cracking, WPA/WPA2 cracking, attacking access point systems, operating system identification, vulnerability mapping, and validation of results. You will learn how to utilize the arsenal of tools available in Kali Linux to penetrate any wireless networking environment. You will also be shown how to identify remote services, how to assess security risks, and how various attacks are performed. By finishing the recipes, you will feel confident conducting wireless penetration tests and will be able to protect yourself or your organization from wireless security threats.
Table of Contents (8 chapters)

Man-in-the-middle with wireless

A more advanced form of attack that builds on previous actions is known as the man-in-the-middle attack. This attack occurs when a third party intercepts the communication between two systems and either observes the traffic or alters it in some manner. This type of attack definitely goes further than any eavesdropping carried out via sniffing, but initially it starts in a very similar way.

Let's start this attack off by discussing some basic points, starting with the topics of switches and spoofing.

Our explanation of switches is meant to act as a primer or refresher on what switches do and their placement, as well as the hierarchy of network devices. It is not meant to be an exhaustive discussion of the ins and outs of switches or the anatomy of what devices do and how they do it. If you are not familiar with switches, how they function, why...