cambiar eth1 a wlan0 (Broadcom 43142 kali linux)

Iniciado por Zerockz, 26 Junio 2014, 20:48 PM

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

Zerockz

no se po que razon en kali cada vez que uso el airmon-ng me sale que solo tengo la interfaz eth1 y cuando la uso para tratar de capturar datos me sale

airmon-ng start eth1


Found 3 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!
-e
PID   Name
2412   NetworkManager
2533   wpa_supplicant
2700   dhclient
Process with PID 2700 (dhclient) is running on interface eth1


Interface   Chipset      Driver

eth1      Broadcom   wl - [phy0]mon0: ERROR while getting interface flags: No existe el dispositivo

            (monitor mode enabled on mon0)

y si uso mon0 es la misma historia

airmon-ng start mon0


Found 3 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!
-e
PID   Name
2412   NetworkManager
2533   wpa_supplicant
2700   dhclient
Process with PID 2700 (dhclient) is running on interface eth1


Interface   Chipset      Driver

eth1      Broadcom   wl - [phy0]

no se que puedo hacer para cambiar el interfaz de eht1 a wlan0 por que se supone que eth no puede inyectar paquetes . . .

espero que puedan ayudarme
gracias! ;-)
-Zerockz!

Slava_TZD

#1
# sed -i 's/NAME="eth1"/NAME="wlan0"/' /etc/udev/rules.d/70-persistent-net.rules
# reboot


De todas maneras creo que la 4314 con STA no soporta lo que quieres.

Un saludo


The fact is, even if you were to stop bombing us, imprisoning us, torturing us, vilifying us, and usurping our lands, we would continue to hate you because our primary reason for hating you will not cease to exist until you embrace Islam.

Zerockz

Gracias Tzhed\ Kyperf/ !
ya lo cambie a wlan0 entonces mi tarjeta no soporta la inyeccion de paquetes por que me sale

airodump-ng wlan0
ioctl(SIOCSIWMODE) failed: Operation not supported

ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead.  Make
sure RFMON is enabled: run 'airmon-ng start wlan0 <#>'
Sysfs injection support was not found either.


abra algo que pueda hacer o de plano necesito comprarme una antena usb ???
-Zerockz!

Slava_TZD

#3
No me hagas mucho caso, que de estos temas tengo muy poca idea, pero creo que el problema es el driver STA, intenta con b43 o espera a que alguien te pueda iluminar mejor .)

EDIT:

Cita de: http://www.broadcom.com/docs/linux_sta/README.txtHOW TO USE MONITOR MODE
-----------------------
To enable monitor mode:
$ echo 1 > /proc/brcm_monitor0

Enabling monitor mode will create a 'prism0' network interface. Wireshark and
other netwokk tools can use this new prism0 interface.

To disable monitor mode:
$ echo 0 > /proc/brcm_monitor0


The fact is, even if you were to stop bombing us, imprisoning us, torturing us, vilifying us, and usurping our lands, we would continue to hate you because our primary reason for hating you will not cease to exist until you embrace Islam.