robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in the suggested solution when scanning with IPv6

alihadi890 opened this issue · comments

Hello,

I think there's a typo in the tool. I was running the following command "sudo masscan -6 --rate 10000 -p 80 ::/66 --exclude 255.255.255.255" and I got the output :
[-] FAIL: failed to detect IPv6 address of interface "eth0"
[hint] did you spell the name correctly?
[hint] if it has no IP address, manually set with something like "--souce-ip 2001:3b8::1234"

The typo in "--souce-ip" instead of "--source-ip"

Regards,