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

Suddenly masscan stopped working #602

Open analyserdmz opened 3 years ago

analyserdmz commented 3 years ago

Hello, I am using masscan for years without any issues. Since the last week, without touching it (re-download, update, delete, move whatsoever) I am trying to scan my network with masscan but I get the following output (verbose).

PS C:\tools\masscan> .\masscan.exe -p22 192.168.2.1/24 -vv --rate=10000
initializing adapter
auto-detected: interface=\Device\NPF_{C095DD92-6A22-4F48-A069-F03538596DC4}
auto-detected: adapter-ip=192.168.2.5
auto-detected: adapter-mac=e8-4e-06-35-cb-85
pcap: WinPcap version 4.1.3 (packet.dll version 10, 2, 0, 5002), based on libpcap version 1.0 branch 1_0_rel0b (20091008)
pcap:'\Device\NPF_{C095DD92-6A22-4F48-A069-F03538596DC4}': opening...
FAIL: Error opening adapter: ╟ ΈίώΪΎΫ±ή▀ά ΎΈΎΆΈύ±■ϋύΆί Ήί ίΏώΪΫ≈▀ά. (0)
adapter[\Device\NPF_{C095DD92-6A22-4F48-A069-F03538596DC4}].init: failed
PS C:\tools\masscan>

I have tried the following without success:

Any suggestions?

analyserdmz commented 2 years ago

Anyone having the same issue?