Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


how to capture wpa2 handshake
by admin
 at 2017-05-23 13:18:00.


first we will go to monitor mode

airmon-ng start wlan0


now we can scan for access points availble

airodump-ng mon0

now with this command we will start listening.

airodump-ng -c 11 -w myfile --bssid (the bssid) mon0

-c is for channel -w for file -bssid for router's bssid and our network interface
we will wait until we captured the handshake