1º he comprobado antes de nada que mi tarjea wifi era compatible (lspci):
Código:
Network controller: Intel Corporation Wireless 3160 (rev 83)
Portatil MSI
Fabricante:Intel.
Norma soportada: 802.11a/b/g/n/ac
ID del producto: 3160ac rev. 83
Vendedor y código de producto: man: 8086 dev:08b3
Interface: Mini-PCIe
driver:iwlwifi
Trabaja con Linux: Si
Comentarios: In kernel tree.
Para realizar el ataque a mi red hacia lo siguiente:
Código:
Fox_Neo@Fox_Neo-GE60-2PC ~ $ sudo su
[sudo] password for Fox_Neo:
Fox_Neo-GE60-2PC Fox_Neo # iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Fox_Neo-GE60-2PC Fox_Neo # airmon-ng start wlan0
Found 4 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
820 avahi-daemon
822 avahi-daemon
857 NetworkManager
879 wpa_supplicant
Fox_Neo-GE60-2PC Fox_Neo # kill 820 822 857 879
Fox_Neo-GE60-2PC Fox_Neo # airodump-ng mon0
CH -1 ][ Elapsed: 12 s ][ 2015-08-18 16:29
BSSID PWR Beacons #Data, #/s CH MB ENC CIPHER AUTH ESSID
__:__:__:__:__:__ -51 0 0 0 6 54e. WPA2 CCMP PSK RED
Fox_Neo-GE60-2PC Fox_Neo # airodump-ng -c 6 --bssid __:__:__:__:__:__ mon0
CH 6 ][ Elapsed: 4 mins ][ 2015-08-18 16:35 ][ fixed channel mon0: -1
BSSID PWR RXQ Beacons #Data, #/s CH MB ENC CIPHER AUTH ESSID
__:__:__:__:__:__ -50 0 3 0 0 6 54e. WPA2 CCMP PSK RED
BSSID STATION PWR Rate Lost Packets Probes
Como se puede ver está escuchando el canal 1 en vez del 6 (fixed channel mon0: -1 )
Y hasta aqui solo he podido llegar
En la página oficial de aircrack-ng http://www.aircrack-ng.org/ dice que si da el problema de "fixed channel" hay que ejecutar airmon-ng check kill, lo he ejecutado pero no funciona sigue en canal 1.
si vuelvo a ejecutar airmon-ng check kill, me vuelve a apaecer que está cerrando procesos, osea como que no consigue cerrarlos:
Código:
Fox_Neo-GE60-2PC Fox_Neo # airmon-ng check kill
Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
7501 NetworkManager
7829 avahi-daemon
7831 avahi-daemon
7832 wpa_supplicant
7869 dhclient
Killing all those processes...
Fox_Neo-GE60-2PC Fox_Neo #
También he probado a usar lo siguiente:
Código:
Fox_Neo-GE60-2PC Fox_Neo # ifconfig wlan0 down
Fox_Neo-GE60-2PC Fox_Neo # iwconfig wlan0 mode monitor
Fox_Neo-GE60-2PC Fox_Neo # ifconfig wlan0 up
Fox_Neo-GE60-2PC Fox_Neo # airodump-ng wlan0
¿Teneis idea de por qué no puedo cambiar de canal usando mon0?
Gracias saludos.