robertdavidgraham / masscan

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

Typo in the suggested solution when scanning with IPv6 #776

Open alihadi890 opened 2 months ago

alihadi890 commented 2 months ago

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,