Changes between Version 6 and Version 7 of Kali


Ignore:
Timestamp:
07/07/2021 06:39:09 PM (3 years ago)
Author:
Cale Collins
Comment:

fixed typos

Legend:

Unmodified
Added
Removed
Modified
  • Kali

    v6 v7  
    172172sudo airodump-ng -c44 --write my-handshake --bssid 11:22:33:44:55:66 wlan0mon
    173173}}}
    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}}}.
     174Run this scan until a client (station) is identified.  For this example I've used my cell phone MAC {{{77:88:99:AA:BB:CC}}}.
    175175
    176176Start a new SSH session, so both sessions are open simultaneously. 
     
    180180sudo aireplay-ng --deauth 0 -a 11:22:33:44:55:66 -c 77:88:99:AA:BB:CC wlan0mon
    181181}}}
    182 Upon sucess 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. 
     182Upon 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. 
    183183
    184184[[Image(handshake.png,500px)]]