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?
Hola.
¿Dice algo de BSSID no asociado?
Edición: buscando tu tarjeta en la siguiente lista de compatibilidades no aparece.
https://www.aircrack-ng.org/doku.php?id=compatibility_drivers
Saludos.
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..."
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.
No tienes permitido ver enlaces.
Registrate o Entra a tu 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..."
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.
No tienes permitido ver enlaces.
Registrate o Entra a tu 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 enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu 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.
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu 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 enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu 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.
https://forums.kali.org/showthread.php?25153-Pen-testing-my-wireless-AP-BSSID-Not-Associated
Saludos.
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
No tienes permitido ver enlaces.
Registrate o Entra a tu 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.
https://forums.kali.org/showthread.php?25153-Pen-testing-my-wireless-AP-BSSID-Not-Associated
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.
(http://www.pcastillero.com/1940-thickbox/usb-wifi-alfa-awus036h-1w-7-dbi-con-soporte.jpg)
Saludos
Hola.
Como dice Stiuvert, las Alfa son muy buena opción.
En mi caso persona uso una Atheros AR9271.
Saludos.
No tienes permitido ver enlaces.
Registrate o Entra a tu 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$
https://www.amazon.com/gp/aw/d/B000WXSO76/ref=mp_s_a_1_2?ie=UTF8&qid=1471458168&sr=8-2&pi=SY200_QL40&keywords=alfa+network&dpPl=1&dpID=31vwECQvXoL&ref=plSrch
Saludos