┌──(root㉿numb3r)-[~]
└─# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 18:c0:4d:2a:80:ba txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b2:8c:75:6b:d5:f8 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 134 bytes 10584 (10.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 134 bytes 10584 (10.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=67<UP,BROADCAST,RUNNING> mtu 1500
inet 192.168.0.104 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::5b8b:d35a:23af:53d5 prefixlen 64 scopeid 0x20<link>
ether 20:0d:b0:42:da:89 txqueuelen 1000 (Ethernet)
RX packets 240398 bytes 328192972 (312.9 MiB)
RX errors 0 dropped 519 overruns 0 frame 0
TX packets 62579 bytes 13365910 (12.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
┌──(root㉿numb3r)-[~]
└─# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"TP-Link_723A" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.412 GHz Access Point: AC:84:C6:F0:72:3A
Bit Rate:150 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:****-****-****-****-****-****-****-**** Security mode:open
Power Management:off
Link Quality=100/100 Signal level=100/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth1 no wireless extensions.
┌──(root㉿numb3r)-[~]
└─# airmon-ng check kill
Killing these processes:
PID Name
3643 NetworkManager
3652 wpa_supplicant
┌──(root㉿numb3r)-[~]
└─# airmon-ng start wlan0
PHY Interface Driver Chipset
null wlan0 8812au Realtek Semiconductor Corp. RTL8811AU 802.11a/b/g/n/ac WLAN Adapter
┌──(root㉿numb3r)-[~]
└─# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"TP-Link_723A" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.412 GHz Access Point: AC:84:C6:F0:72:3A
Bit Rate:150 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:****-****-****-****-****-****-****-**** Security mode:open
Power Management:off
Link Quality=100/100 Signal level=100/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth1 no wireless extensions.
┌──(root㉿numb3r)-[~]
└─# airodump-ng wlan0
ioctl(SIOCSIWMODE) failed: Invalid argument
ioctl(SIOCSIWMODE) failed: Invalid argument
Error setting monitor mode on wlan0
Failed initializing wireless card(s): wlan0
Комментарии
3