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/26 17:48] 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.03. de 26 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 +
- +
-You can run this while generating packets.  In a short time, the 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. +
- +
-Troubleshooting Tips:+
  
-  *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.+    **.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
  
 +Puedes ejecutar aircrack-ng mientras capturas paquetes. En poco tiempo, verás la clave WEP. Necesitarás aproximadamente 250,000 IVs para una clave WEP de 64 bit y 1,500,000 IVs para claves de 128 bit. Esto es aproximado y hay muchas variables que influyen en el número de IVs necesarios para obtener la clave WEP. 
  
-=====Change Log ===== +Problemas:
-Februray 16/2007 +
-  * Added video from [[http://www.offensive-security.org|Offensive-Security]]+
  
-February 10/2007 v1.02 +  *Algunas veces es recomendable probar varias técnicas para obtener la clave WEP rápidamente. Prueba 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.
-  Added the assumption with regards to open authentication+
  
-February 7/2007 v1.01 
-  * Incorporated correction and feedback from cjaghblb 
  
-February 4/2007 v1.00 
-  * Initial Release