Kali Linux Wireless Penetration Testing Essentials by Marco Alamanni

Kali Linux Wireless Penetration Testing Essentials by Marco Alamanni

Author:Marco Alamanni
Language: eng
Format: epub, pdf
Publisher: Packt Publishing
Published: 2017-05-10T04:00:00+00:00


WPA cracking with Aircrack-ng

In the previous section, we have mentioned that to crack a WPA key, we must first capture the four frames related to a WPA handshake between the target AP and a client. To do so, we could passively wait for a client to authenticate successfully, completing the handshake, and capture the relative frames. In some cases, we will need to wait a little longer, so we could accelerate the process deauthenticating an already connected client, inducing it to re-authenticate with the AP (the deauthentication attack).

We begin by putting, as usual, our wireless interface in monitor mode with the airmon-ng start wlan0 command and then run airodump-ng, using the BSSID and the channel of our target AP as parameters:

airodump-ng --channel 1 --bssid 08:7A:4C:83:0C:E0 --write wpa_crack mon0



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.