Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Kali Linux 2019

You're reading from   Learn Kali Linux 2019 Perform powerful penetration testing using Kali Linux, Metasploit, Nessus, Nmap, and Wireshark

Arrow left icon
Product type Paperback
Published in Nov 2019
Publisher
ISBN-13 9781789611809
Length 550 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Glen D. Singh Glen D. Singh
Author Profile Icon Glen D. Singh
Glen D. Singh
Joshua Crumbaugh Joshua Crumbaugh
Author Profile Icon Joshua Crumbaugh
Joshua Crumbaugh
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Section 1: Kali Linux Basics FREE CHAPTER
2. Introduction to Hacking 3. Setting Up Kali - Part 1 4. Setting Up Kali - Part 2 5. Getting Comfortable with Kali Linux 2019 6. Section 2: Reconnaissance
7. Passive Information Gathering 8. Active Information Gathering 9. Section 3: Vulnerability Assessment and Penetration Testing with Kali Linux 2019
10. Working with Vulnerability Scanners 11. Understanding Network Penetration Testing 12. Network Penetration Testing - Pre-Connection Attacks 13. Network Penetration Testing - Gaining Access 14. Network Penetration Testing - Post-Connection Attacks 15. Network Penetration Testing - Detection and Security 16. Client-Side Attacks - Social Engineering 17. Performing Website Penetration Testing 18. Website Penetration Testing - Gaining Access 19. Best Practices 20. Assessments 21. Other Books You May Enjoy

WPA cracking

Given the security vulnerabilities found in WEP, WPA was created in 2002 as an improved wireless security standard for IEEE 802.11 networks. WPA uses the Temporal Key Integrity Protocol (TKIP), which applies the RC4 encryption cipher suite for data privacy between the wireless access point and client devices.

Furthermore, Wi-Fi Protected Access 2 (WPA2) was later developed to solve security flaws in its predecessor. WPA2 uses the Advanced Encryption Standard (AES) for data encryption as opposed to the RC4 cipher. Additionally, WPA2 implemented Counter Mode with Cipher Block Chaining Message Authentication Code Protocol (CCMP), which replaced TKIP.

Now, let's get into the fun part, cracking WPA to gain entry to a target wireless network:

  1. Enable monitoring mode on your wireless adapter:
airmon-ng check kill
airmon-ng start wlan0
  1. Perform wireless sniffing on...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image