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)

Executing a deauthentication flood

This first availability attack is an interesting one, and an effective one at that. This attack is known as a disassociation flood. In this type of attack, the malicious parties are trying to break the association that a client has with an access point. When this type of attack is carried out, clients will experience a situation where they are bumped off the wireless access point and will find themselves trying to reconnect to the access point. The key word here is if they can attach to the wireless access point. If this flood is carried out in a high enough volume, and maintained at that level, it can mean that no clients will be able to attach to the wireless network for very long, or at all, depending on how the conditions pan out.

Just to be clear, the type of attack we are discussing in this recipe is not a jamming-based attack. What we...