Book Image

Kali Linux Intrusion and Exploitation Cookbook

By : Dhruv Shah, Ishan Girdhar
Book Image

Kali Linux Intrusion and Exploitation Cookbook

By: Dhruv Shah, Ishan Girdhar

Overview of this book

With the increasing threats of breaches and attacks on critical infrastructure, system administrators and architects can use Kali Linux 2.0 to ensure their infrastructure is secure by finding out known vulnerabilities and safeguarding their infrastructure against unknown vulnerabilities. This practical cookbook-style guide contains chapters carefully structured in three phases – information gathering, vulnerability assessment, and penetration testing for the web, and wired and wireless networks. It's an ideal reference guide if you’re looking for a solution to a specific problem or learning how to use a tool. We provide hands-on examples of powerful tools/scripts designed for exploitation. In the final section, we cover various tools you can use during testing, and we help you create in-depth reports to impress management. We provide system engineers with steps to reproduce issues and fix them.
Table of Contents (18 chapters)
Title Page
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Denial-of-service attacks


One of the most dominant attacks is a denial-of-service attack, where the entire wireless network can be disrupted; in this attack legitimate users will not get access to the network. Wireless networks are easily prone to such attacks. Since the identification of a user is based on the Mac address it becomes very difficult to track the source of this activity. There are a few ways in which this happens such as by spoofing a fake source address, or requesting configuration changes by replicating the router. A few devices also respond to DoS attacks by completely shutting down the network. One resort is to spam or flood the wireless network with junk packets or keep sending Deauth packets to all the users on the network.

In this recipe, we are to see how DoS attacks take place.

Getting ready

We will need a user who is actively browsing the Internet or network and on the other end we will have our Kali Linux machine and the wireless adaptor connected to it.

How to do...