┌──(zitao㉿kali)-[~]
└─$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.231.131 netmask 255.255.255.0 broadcast 192.168.231.255
inet6 fe80::20c:29ff:feb5:7dfb prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:b5:7d:fb txqueuelen 1000 (Ethernet)
RX packets 153 bytes 15537 (15.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 67 bytes 18015 (17.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19 base 0x2000
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 24 bytes 1440 (1.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 24 bytes 1440 (1.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 0c:82:68:46:07:63 txqueuelen 1000 (Ethernet)
RX packets 3078 bytes 381174 (372.2 KiB)
RX errors 0 dropped 2931 overruns 0 frame 0
TX packets 68 bytes 9152 (8.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
┌──(zitao㉿kali)-[~]
└─$ sudo su
[sudo] zitao 的密码:
┌──(root㉿kali)-[/home/zitao]
└─# ifconfig wlan0 up
┌──(root㉿kali)-[/home/zitao]
└─# airmon-ng start wlan0
Found 2 processes that could cause trouble.
Kill them using 'airmon-ng check kill' before putting
the card in monitor mode, they will interfere by changing channels
and sometimes putting the interface back in managed mode
PID Name
716 NetworkManager
1326 wpa_supplicant
PHY Interface Driver Chipset
phy0 wlan0 rtl8192cu Realtek Semiconductor Corp. RTL8192CU2.11n WLAN Adapter
(monitor mode enabled)
┌──(root㉿kali)-[/home/zitao]
└─# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.231.131 netmask 255.255.255.0 broadcast 192.168.231.255
inet6 fe80::20c:29ff:feb5:7dfb prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:b5:7d:fb txqueuelen 1000 (Ethernet)
RX packets 156 bytes 15747 (15.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 70 bytes 18189 (17.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19 base 0x2000
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 24 bytes 1440 (1.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 24 bytes 1440 (1.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.110.137 netmask 255.255.255.0 broadcast 192.168.110.255
inet6 fe80::af4d:7ace:eaa1:68c2 prefixlen 64 scopeid 0x20<link>
unspec 0C-82-68-46-07-63-00-61-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
RX packets 4446 bytes 927332 (905.5 KiB)
RX errors 0 dropped 4272 overruns 0 frame 0
TX packets 82 bytes 10864 (10.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
┌──(root㉿kali)-[/home/zitao]
└─# |