User Tools

Site Tools


spanish_cracking_wpa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
spanish_cracking_wpa [2007/07/21 20:51] spanishspanish_cracking_wpa [2007/07/21 20:55] spanish
Line 138: Line 138:
 http://www.rflinx.com/help/calculations/#2.4ghz_wifi_channels y selecciona "Wifi Channel Selection and Channel Overlap" Así obtendrás la frecuencia para cada canal. http://www.rflinx.com/help/calculations/#2.4ghz_wifi_channels y selecciona "Wifi Channel Selection and Channel Overlap" Así obtendrás la frecuencia para cada canal.
  
-==== Step 2 - Start airodump-ng to collect authentication handshake ==== 
  
-The purpose of this step is run airodump-ng to capture the 4-way authentication handshake for the AP we are interested in.  +==== Paso 2 -  Iniciar airodump-ng para capturar el handshake ====
  
-Enter:+El prpósito de este paso es ejecutar airodump-ng para capturar los 4 paquetes del handshake en el momento que un cliente se autentifica con el AP en el que estamos interesados.   
 + 
 +Escribe:
  
    airodump-ng -c 9 --bssid 00:14:6C:7E:40:80 -w psk ath0    airodump-ng -c 9 --bssid 00:14:6C:7E:40:80 -w psk ath0
  
-Where+Donde
-  *-c 9 is the channel for the wireless network +  *-c 9 es el canal de la red wireless 
-  *- -bssid 00:14:6C:7E:40:80 is the access point MAC address This eliminate extraneous traffic+  *- -bssid 00:14:6C:7E:40:80 es la dirección MAC del APEsto elimina el tráfico de otras redes
-  *-w psk is the file name prefix for the file which will contain the IVs. +  *-w psk es el nombre del archivo en el que guardaremos los IVs. 
-  *ath0 is the interface name.+  *ath0 es el nombre de nuestra interface.
  
 Important: Do NOT use the "- -ivs" option.  You must capture the full packets. Important: Do NOT use the "- -ivs" option.  You must capture the full packets.