User Tools

Site Tools


spanish_how_to_crack_wep_with_no_clients

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
spanish_how_to_crack_wep_with_no_clients [2007/02/24 09:29] spanishspanish_how_to_crack_wep_with_no_clients [2007/02/24 15:32] darkaudax
Line 1: Line 1:
 ====== Tutorial: Como crackear WEP sin clientes ====== ====== Tutorial: Como crackear WEP sin clientes ======
-Version: 1.02. de 10 de Febrero de 2007 +Version: 1.02. de 10 de Febrero de 2007\\ 
-By: darkAudax +By: darkAudax\\ 
-Video: http://video.aircrack-ng.org/noclient/+Video: http://video.aircrack-ng.org/noclient/\\
  
 ===== Introducción ===== ===== Introducción =====
Line 475: Line 475:
   *Si los paquetes del BSSID (data) no aumentan asegurate de que estas todavía asociado con el punto de acceso. Para hacer esto, mira las instrucciones sobre tcpdump en el paso 2.   *Si los paquetes del BSSID (data) no aumentan asegurate de que estas todavía asociado con el punto de acceso. Para hacer esto, mira las instrucciones sobre tcpdump en el paso 2.
  
-==== Step 8 - Run aircrack-ng to obtain the WEP key ====+==== Paso 8 - Ejecutar aircrack-ng para obtener la clave WEP ====
  
-Start another console session and enter:+Inicia otra consola y escribe:
  
 aircrack-ng *.ivs -b 00:14:6C:7E:40:80 aircrack-ng *.ivs -b 00:14:6C:7E:40:80
  
-Where+Donde
-  **.ivs selects all files ending in "ivs"+ 
-  *-b 00:14:6C:7E:40:80 selects the one access point we are interested in+    **.ivs selecciona todos los archivos con extensión “ivs
 +    *-b 00:14:6C:7E:40:80 selecciona el punto de acceso en el que estamos interesados
  
-You can run this while generating packets In a short timethe WEP key will be calculated and presented  You will need approximately 250,000 IVs for 64 bit and 500,000 IVs for 128bit keys  These are very approximate and there are many variables as to how many IVs you actually need to crack the WEP key.+Puedes ejecutar aircrack-ng mientras capturas paquetesEn poco tiempoverás la clave WEP. Necesitarás aproximadamente 250,000 IVs para una clave WEP de 64 bit 500,000 IVs para claves de 128 bitEsto es aproximado y hay muchas variables que influyen en el número de IVs necesarios para obtener la clave WEP. 
  
-Troubleshooting Tips:+Problemas:
  
-  *Sometimes you need to try various techniques to crack the WEP key Try "-n" to set various key lengths Use "-f" and try various fudge factors.  Use "-k" and try disabling various korek methods.+  *Algunas veces es recomendable probar varias técnicas para obtener la clave WEP rápidamentePrueba la opción “-n” para fijar la longitud de la clave (por ejemplo -n 64)Usa “-f” y prueba diferentes "fudge factors"Usa “-k” y prueba a desabilitar los métodos korek.
  
 +=====Cambios =====
 +Febrero 16/2007
 +    *Añadido video de [[http://www.offensive-security.org|Offensive-Security]]
  
-=====Change Log ===== + Febrero 10/2007 v1.02 
-Februray 16/2007 +    *Añadido como punto de partida que usamos autenticación abierta
-  Added video from [[http://www.offensive-security.org|Offensive-Security]]+
  
-February 10/2007 v1.02 +Febrero 7/2007 v1.01 
-  Added the assumption with regards to open authentication+    *Incorporada corrección hecha por cjaghblb
  
-February 7/2007 v1.01 +Febrero 4/2007 v1.00 
-  Incorporated correction and feedback from cjaghblb+    *Versión inicial
  
-February 4/2007 v1.00 
-  * Initial Release