robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23.08k stars 3.03k forks source link

masscan shows missing device #624

Open KimochiSenpai opened 2 years ago

KimochiSenpai commented 2 years ago

I ran sudo masscan -e tun0 -p0-65535 --rate 1024 10.x.x.x in kali. Its suppose to do a port scan as to what is open, i ran this command several times in the past and nothing of issue ever came up. This time I ran it however, it returned the following:

[-] if(tun0): activate:-5: SIOCGIFHWADDR: No such device [-] if:tun0:init: failed

I searched but found nothing as of right now. I tried a fresh install of kali (I am running this through virtualbox as my host operating system is kind of required for other things and dual boot is out of the question for now). I did try new install of virtual box along with its extension package, nothing worked

Summer20130725 commented 2 years ago

这个tun0是虚拟专用网络卡接口吗?

KimochiSenpai commented 2 years ago

这个tun0是虚拟专用网络卡接口吗?

yes it is

Png384 commented 2 years ago

In