上等兵
- 注册时间
- 2010-2-22
- 金币
- 97 个
- 威望
- 0 个
- 荣誉
- 0 个
尚未签到
|
:)eth1 Link encap:Ethernet HWaddr 00:21:00:a7:38:b2
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17
lo Link encapocal Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@bt:~# ifconfig -a eth1 up
root@bt:~# ifconfig -a eth1 up
root@bt:~# ifconfig
eth1 Link encap:Ethernet HWaddr 00:21:00:a7:38:b2
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17
lo Link encapocal Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@bt:~# airmon-ng start eth1 6
Interface Chipset Driver
eth1 Unknown wl (monitor mode enabled)
root@bt:~# airodump-ng eth1
ioctl(SIOCSIWMODE) failed: Invalid argument
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 eth1 <#>'
Sysfs injection support was not found either.
root@bt:~# airmon -ng start wl 6
bash: airmon: command not found
root@bt:~# airmon -ng eth1
bash: airmon: command not found
root@bt:~# airmon-ng start wl
Interface Chipset Driver
eth1 Unknown wl
root@bt:~# airodump-ng wl
Interface wl:
ioctl(SIOCGIFINDEX) failed: No such device
root@bt:~# airodump-ng eth1
ioctl(SIOCSIWMODE) failed: Invalid argument
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 eth1 <#>'
Sysfs injection support was not found either.
root@bt:~# airmon-ng start eth1
Interface Chipset Driver
eth1 Unknown wl (monitor mode enabled)
root@bt:~# airodump-ng eth1
ioctl(SIOCSIWMODE) failed: Invalid argument
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 eth1 <#>'
Sysfs injection support was not found either.
root@bt:~# airodump-ng start eth1 1
"airodump-ng --help" for help.
root@bt:~# airmon-ng start eth1 1
Interface Chipset Driver
eth1 Unknown wl (monitor mode enabled)
root@bt:~# airdump-ng eth1
bash: airdump-ng: command not found
root@bt:~# airodump-ng eth1
ioctl(SIOCSIWMODE) failed: Invalid argument
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 eth1 <#>'
Sysfs injection support was not found either.
root@bt:~# airdump-ng start wl
bash: airdump-ng: command not found
root@bt:~# airodump-ng wl
Interface wl:
ioctl(SIOCGIFINDEX) failed: No such device
root@bt:~# |
|