错误提示如下: Lua: Error during loading: [string "/usr/share/wireshark/init.lua"]:44: dofile has been disabled due to running Wireshark as superuser. See https://wiki.wireshark.org/CaptureSetup/CapturePrivileges for help in running Wireshark as an unp…
ifconfig -a root@kali:~# ifup eth0 ifup: unknown interface eth0 vim /etc/network/interfaces #自行添加网卡 auto eth0 iface eth0 inet dhcp root@kali:~# ifup eth0 Internet Systems Consortium DHCP Client Copyright - Internet Systems Consortium. All rights rese…