December 2017
Intermediate to advanced
216 pages
6h 2m
English
Now that we have captured the traffic to a .cap file, we will now try to retrieve the key from the captured packets. To do this we do the following:
Open another new console session and enter:
aircrack-ng -b 00:14:6C:7E:40:80 output*.cap
-b 00:14:6C:7E:40:80 selects the one access point we are interested in.
.cap selects all files starting with output and ending in .cap.
Read now
Unlock full access