¿Mi tarjeta de red WiFi es compatible con aircrack?

Iniciado por nexusz, Agosto 15, 2016, 04:49:16 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Agosto 15, 2016, 04:49:16 PM Ultima modificación: Agosto 17, 2016, 03:13:20 PM por Stiuvert
Buenas,estoy aprendiendo seguridad wireless pero la verdad no se si mi tarjeta no es compatible o le falta instalar drivers,puedo ponerla en modo monitor pero cuando envio paquetes de fakeauth no funciona , aveces no detecta los dispositivos conectados en el AP, y aveces captura los handshake y aveces no,los paquetes de desauth se envian perfectamente,mi tarjeta de red es la siguiete:realtek RTL8723AE 802.11n
ustedes que opinan es no es compatible o le falta los drivers?
desde ya gracias un saludo

No estoy del todo seguro, pero juraría que si que es compatible.
¿Como mandas los paquetes deauth?

Agosto 15, 2016, 08:26:39 PM #2 Ultima modificación: Agosto 15, 2016, 08:29:37 PM por Gres
Hola.

¿Dice algo de BSSID no asociado?

Edición: buscando tu tarjeta en la siguiente lista de compatibilidades no aparece.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

Saludos.
Lo mejor de la informática es lo de usar terminales negras con letras verdes, jeje.

Mas allá de que figure o no en la web esa, verificalo de esta manera:
Supongo que estas corriendo bajo un Linux, en mi caso un Debian/Ubuntu o derivados:

Pone en modo monitor la placa;
$> sudo airmon-ng start wlan0
(te va a levantar una interface nueva posiblemente con otro nombre en mi caso mon0:

Verifica y reza que injecte:
$> sudo aireplay-ng -9 mon0

Si todo va bien deberia salir algo similar.. "Injection is Working..."

Código: php
20:44:34  Trying broadcast probe requests...
20:44:34  Injection is working!
20:44:35  Found 8 APs

20:44:35  Trying directed probe requests...



Saludos.
Security Researcher
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Mas allá de que figure o no en la web esa, verificalo de esta manera:
Supongo que estas corriendo bajo un Linux, en mi caso un Debian/Ubuntu o derivados:

Pone en modo monitor la placa;
$> sudo airmon-ng start wlan0
(te va a levantar una interface nueva posiblemente con otro nombre en mi caso mon0:

Verifica y reza que injecte:
$> sudo aireplay-ng -9 mon0

Si todo va bien deberia salir algo similar.. "Injection is Working..."

Código: php
20:44:34  Trying broadcast probe requests...
20:44:34  Injection is working!
20:44:35  Found 8 APs

20:44:35  Trying directed probe requests...



Saludos.

probe lo que me dijisste con el siguiente comando:
sudo aireplay-ng -9 wlan0mon
me salio lo siguiente:
Citarsudo aireplay-ng -9 wlan0mon
23:43:50  Trying broadcast probe requests...
23:43:52  No Answer...
23:43:52  Found 1 AP

23:43:52  Trying directed probe requests...
23:43:52  C4:6E:1F:2F:A5:88 - channel: 1 - 'Gabriel'
23:43:52  Ping (min/avg/max): 4.835ms/23.539ms/52.881ms Power: -11.00
23:43:52  30/30: 100%

23:43:52  Injection is working!

intento inyectar paquetes de fakeauth de la siguiente forma:
sudo aireplay-ng --fakeauth 10 -e Gabriel -D wlan0mon
Citarsudo aireplay-ng --fakeauth 10 -e Gabriel -D wlan0mon
No source MAC (-h) specified. Using the device MAC (54:27:1E:9C:E5:81)

23:52:47  Sending Authentication Request (Open System)

23:52:49  Sending Authentication Request (Open System)

23:52:51  Sending Authentication Request (Open System)

23:52:54  Sending Authentication Request (Open System)

23:52:56  Sending Authentication Request (Open System)

23:52:58  Sending Authentication Request (Open System)

23:53:01  Sending Authentication Request (Open System)

23:53:03  Sending Authentication Request (Open System)

23:53:05  Sending Authentication Request (Open System)

23:53:08  Sending Authentication Request (Open System)

23:53:10  Sending Authentication Request (Open System)

23:53:13  Sending Authentication Request (Open System)

23:53:16  Sending Authentication Request (Open System)

23:53:18  Sending Authentication Request (Open System)

23:53:20  Sending Authentication Request (Open System)

23:53:22  Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:

    * Perhaps MAC address filtering is enabled.
    * Check that the BSSID (-a option) is correct.
    * Try to change the number of packets (-o option).
    * The driver/card doesn't support injection.
    * This attack sometimes fails against some APs.
    * The card is not on the same channel as the AP.
    * You're too far from the AP. Get closer, or lower
      the transmit rate.

eso es lo que me sale.
despues pongo la tarjeta en modo monitor y con wireshark empiezo a ver si me detecta la authenticacion de algun dispositivo,pruebo en conectar y desconectar mi celular de la red a ver si sale probe request,probe response,autenticacion requets,etc pero no sale, lo intente varias veces en conectarlo y deconectar el cel pero no aparece el proceso de autenticacion del AP con el cliente

Te esta pidiendo también la MAC, prueba:

$> sudo aireplay-ng -9 -h MAC wlan0mon

Hola.

Es necesario sustituir el MAC del dispositivo inalámbrico con la dirección MAC del punto de acceso. En caso contrario estás scaneando tu propio dispositivo.

Saludos.
Lo mejor de la informática es lo de usar terminales negras con letras verdes, jeje.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Te esta pidiendo también la MAC, prueba:

$> sudo aireplay-ng -9 -h MAC wlan0mon
intente agregandole la mac del dispositivo inalambrico
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
me sale casi lo mismo
Citaraireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
The interface MAC (54:27:1E:9C:E5:81) doesn't match the specified MAC (-h).
   ifconfig wlan0mon hw ether C4:6E:1F:2F:A5:88

20:09:42  Sending Authentication Request (Open System)

20:09:45  Sending Authentication Request (Open System)

20:09:48  Sending Authentication Request (Open System)

20:09:51  Sending Authentication Request (Open System)

20:09:53  Sending Authentication Request (Open System)

20:09:55  Sending Authentication Request (Open System)

20:09:58  Sending Authentication Request (Open System)

20:10:01  Sending Authentication Request (Open System)

20:10:04  Sending Authentication Request (Open System)

20:10:07  Sending Authentication Request (Open System)

20:10:10  Sending Authentication Request (Open System)

20:10:13  Sending Authentication Request (Open System)

20:10:16  Sending Authentication Request (Open System)

20:10:19  Sending Authentication Request (Open System)

20:10:22  Sending Authentication Request (Open System)

20:10:25  Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:

    * Perhaps MAC address filtering is enabled.
    * Check that the BSSID (-a option) is correct.
    * Try to change the number of packets (-o option).
    * The driver/card doesn't support injection.
    * This attack sometimes fails against some APs.
    * The card is not on the same channel as the AP.
    * You're too far from the AP. Get closer, or lower
      the transmit rate.
en wireshark veo que cuando manda los paquetes de fakeauth en la parte de destination dice 00:00:00:00:00:00 y source dice la direccion de mi router wifi


No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Te esta pidiendo también la MAC, prueba:

$> sudo aireplay-ng -9 -h MAC wlan0mon
intente agregandole la mac del dispositivo inalambrico
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
me sale casi lo mismo
Citaraireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
The interface MAC (54:27:1E:9C:E5:81) doesn't match the specified MAC (-h).
   ifconfig wlan0mon hw ether C4:6E:1F:2F:A5:88

20:09:42  Sending Authentication Request (Open System)

20:09:45  Sending Authentication Request (Open System)

20:09:48  Sending Authentication Request (Open System)

20:09:51  Sending Authentication Request (Open System)

20:09:53  Sending Authentication Request (Open System)

20:09:55  Sending Authentication Request (Open System)

20:09:58  Sending Authentication Request (Open System)

20:10:01  Sending Authentication Request (Open System)

20:10:04  Sending Authentication Request (Open System)

20:10:07  Sending Authentication Request (Open System)

20:10:10  Sending Authentication Request (Open System)

20:10:13  Sending Authentication Request (Open System)

20:10:16  Sending Authentication Request (Open System)

20:10:19  Sending Authentication Request (Open System)

20:10:22  Sending Authentication Request (Open System)

20:10:25  Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:

    * Perhaps MAC address filtering is enabled.
    * Check that the BSSID (-a option) is correct.
    * Try to change the number of packets (-o option).
    * The driver/card doesn't support injection.
    * This attack sometimes fails against some APs.
    * The card is not on the same channel as the AP.
    * You're too far from the AP. Get closer, or lower
      the transmit rate.
en wireshark veo que cuando manda los paquetes de fakeauth en la parte de destination dice 00:00:00:00:00:00 y source dice la direccion de mi router wifi

Hola.

Tienes que usar la MAC del AP (BSSID). Como te dije anteriormente, si usas tu MAC estarás scaneando tu propio dispositivo.

Saludos.
Lo mejor de la informática es lo de usar terminales negras con letras verdes, jeje.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Te esta pidiendo también la MAC, prueba:

$> sudo aireplay-ng -9 -h MAC wlan0mon
intente agregandole la mac del dispositivo inalambrico
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
me sale casi lo mismo
Citaraireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
The interface MAC (54:27:1E:9C:E5:81) doesn't match the specified MAC (-h).
   ifconfig wlan0mon hw ether C4:6E:1F:2F:A5:88

20:09:42  Sending Authentication Request (Open System)

20:09:45  Sending Authentication Request (Open System)

20:09:48  Sending Authentication Request (Open System)

20:09:51  Sending Authentication Request (Open System)

20:09:53  Sending Authentication Request (Open System)

20:09:55  Sending Authentication Request (Open System)

20:09:58  Sending Authentication Request (Open System)

20:10:01  Sending Authentication Request (Open System)

20:10:04  Sending Authentication Request (Open System)

20:10:07  Sending Authentication Request (Open System)

20:10:10  Sending Authentication Request (Open System)

20:10:13  Sending Authentication Request (Open System)

20:10:16  Sending Authentication Request (Open System)

20:10:19  Sending Authentication Request (Open System)

20:10:22  Sending Authentication Request (Open System)

20:10:25  Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:

    * Perhaps MAC address filtering is enabled.
    * Check that the BSSID (-a option) is correct.
    * Try to change the number of packets (-o option).
    * The driver/card doesn't support injection.
    * This attack sometimes fails against some APs.
    * The card is not on the same channel as the AP.
    * You're too far from the AP. Get closer, or lower
      the transmit rate.
en wireshark veo que cuando manda los paquetes de fakeauth en la parte de destination dice 00:00:00:00:00:00 y source dice la direccion de mi router wifi

Hola.

Tienes que usar la MAC del AP (BSSID). Como te dije anteriormente, si usas tu MAC estarás scaneando tu propio dispositivo.

Saludos.
por eso en el comando le agregue la mac del AP
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88(esta es la mac del AP) -D wlan0mon

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Te esta pidiendo también la MAC, prueba:

$> sudo aireplay-ng -9 -h MAC wlan0mon
intente agregandole la mac del dispositivo inalambrico
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
me sale casi lo mismo
Citaraireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
The interface MAC (54:27:1E:9C:E5:81) doesn't match the specified MAC (-h).
   ifconfig wlan0mon hw ether C4:6E:1F:2F:A5:88

20:09:42  Sending Authentication Request (Open System)

20:09:45  Sending Authentication Request (Open System)

20:09:48  Sending Authentication Request (Open System)

20:09:51  Sending Authentication Request (Open System)

20:09:53  Sending Authentication Request (Open System)

20:09:55  Sending Authentication Request (Open System)

20:09:58  Sending Authentication Request (Open System)

20:10:01  Sending Authentication Request (Open System)

20:10:04  Sending Authentication Request (Open System)

20:10:07  Sending Authentication Request (Open System)

20:10:10  Sending Authentication Request (Open System)

20:10:13  Sending Authentication Request (Open System)

20:10:16  Sending Authentication Request (Open System)

20:10:19  Sending Authentication Request (Open System)

20:10:22  Sending Authentication Request (Open System)

20:10:25  Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:

    * Perhaps MAC address filtering is enabled.
    * Check that the BSSID (-a option) is correct.
    * Try to change the number of packets (-o option).
    * The driver/card doesn't support injection.
    * This attack sometimes fails against some APs.
    * The card is not on the same channel as the AP.
    * You're too far from the AP. Get closer, or lower
      the transmit rate.
en wireshark veo que cuando manda los paquetes de fakeauth en la parte de destination dice 00:00:00:00:00:00 y source dice la direccion de mi router wifi

Hola.

Tienes que usar la MAC del AP (BSSID). Como te dije anteriormente, si usas tu MAC estarás scaneando tu propio dispositivo.

Saludos.
por eso en el comando le agregue la mac del AP
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88(esta es la mac del AP) -D wlan0mon

Hola.

Según un foro tu tarjeta no es compatible para usarse con Aircrack. O al menos el usuario que presentó el problema solucionó todo cuando usó un adaptador inalámbrico para el modo monitor.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

Saludos.
Lo mejor de la informática es lo de usar terminales negras con letras verdes, jeje.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Te esta pidiendo también la MAC, prueba:

$> sudo aireplay-ng -9 -h MAC wlan0mon
intente agregandole la mac del dispositivo inalambrico
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
me sale casi lo mismo
Citaraireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88  -D wlan0mon
The interface MAC (54:27:1E:9C:E5:81) doesn't match the specified MAC (-h).
   ifconfig wlan0mon hw ether C4:6E:1F:2F:A5:88

20:09:42  Sending Authentication Request (Open System)

20:09:45  Sending Authentication Request (Open System)

20:09:48  Sending Authentication Request (Open System)

20:09:51  Sending Authentication Request (Open System)

20:09:53  Sending Authentication Request (Open System)

20:09:55  Sending Authentication Request (Open System)

20:09:58  Sending Authentication Request (Open System)

20:10:01  Sending Authentication Request (Open System)

20:10:04  Sending Authentication Request (Open System)

20:10:07  Sending Authentication Request (Open System)

20:10:10  Sending Authentication Request (Open System)

20:10:13  Sending Authentication Request (Open System)

20:10:16  Sending Authentication Request (Open System)

20:10:19  Sending Authentication Request (Open System)

20:10:22  Sending Authentication Request (Open System)

20:10:25  Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:

    * Perhaps MAC address filtering is enabled.
    * Check that the BSSID (-a option) is correct.
    * Try to change the number of packets (-o option).
    * The driver/card doesn't support injection.
    * This attack sometimes fails against some APs.
    * The card is not on the same channel as the AP.
    * You're too far from the AP. Get closer, or lower
      the transmit rate.
en wireshark veo que cuando manda los paquetes de fakeauth en la parte de destination dice 00:00:00:00:00:00 y source dice la direccion de mi router wifi

Hola.

Tienes que usar la MAC del AP (BSSID). Como te dije anteriormente, si usas tu MAC estarás scaneando tu propio dispositivo.

Saludos.
por eso en el comando le agregue la mac del AP
aireplay-ng --fakeauth 10 -e Gabriel -h c4:6e:1f:2f:a5:88(esta es la mac del AP) -D wlan0mon

Hola.

Según un foro tu tarjeta no es compatible para usarse con Aircrack. O al menos el usuario que presentó el problema solucionó todo cuando usó un adaptador inalámbrico para el modo monitor.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

Saludos.
que tarjetas wifi usb me recomendas que sean compatible con aircrack?

Exactamente, podría no ser compatible para auditoría el chipset de esa tarjeta WiFi.

Te puedo recomendar la clásica y que sigue siendo la más vendida, las Alfa.



Saludos

Hola.

Como dice Stiuvert, las Alfa son muy buena opción.

En mi caso persona uso una Atheros AR9271.

Saludos.
Lo mejor de la informática es lo de usar terminales negras con letras verdes, jeje.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Hola.

Como dice Stiuvert, las Alfa son muy buena opción.

En mi caso persona uso una Atheros AR9271.

Saludos.

aca en argentina las alfa son carisimas, esa atheros es una wifi usb? no se si estara en argentina ,en este pais de mierda no entra nada

La puedes comprar en Amazon, aquí te dejo una por 30$

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

Saludos