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
Kali Linux Wireless Penetration Testing Essentials

You're reading from   Kali Linux Wireless Penetration Testing Essentials Plan and execute penetration tests on wireless networks with the Kali Linux distribution

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher Packt
ISBN-13 9781785280856
Length 164 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (11) Chapters Close

Preface 1. Introduction to Wireless Penetration Testing FREE CHAPTER 2. Setting Up Your Machine with Kali Linux 3. WLAN Reconnaissance 4. WEP Cracking 5. WPA/WPA2 Cracking 6. Attacking Access Points and the Infrastructure 7. Wireless Client Attacks 8. Reporting and Conclusions A. References Index

WPA cracking with the GPU


The GPUs of recent video cards usually comprise a large number of cores that can execute threads concurrently, resulting in faster performing of complex calculations than a CPU.

To be suitable for general purpose computing (GPGPU), the GPU must support the NVIDIA Compute Unified Device Architecture (CUDA) or the Open Computing Language (OpenCL) platforms, which allow normal programs to access and take advantage of the hardware of the GPU when executing specified portions of code.

The two most popular programs included in Kali Linux that make use of the GPU to crack passwords are Pyrit and oclHashcat.

Note

Getting ready for GPU cracking

First of all, it is worth specifying that GPU-based cracking tools don't work in a virtual machine, as they need direct access to the physical video card. So, we need to run them in a native installation of Kali Linux.

To do GPU cracking, we first need to check that the proper drivers for our video card are installed. We must install...

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