robertdavidgraham / masscan

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

Masscan source-ip option not working #640

Open Chrisdt95 opened 2 years ago

Chrisdt95 commented 2 years ago

I tried to masscan off a proxy and it continues to scan off my own ip after doing tcp dumps on my server.

MtzPc commented 2 years ago

What is your ip address son? On Mon, Dec 27, 2021 at 5:06 AM Chrisdt95 @.***> wrote:

I tried to masscan off a proxy and it continues to scan off my own ip after doing tcp dumps on my server.

— Reply to this email directly, view it on GitHub https://github.com/robertdavidgraham/masscan/issues/640, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEVCHF3E6N2LOSSCL3WPB2DUS67LTANCNFSM5KZQPGSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

mzpqnxow commented 2 years ago

I tried to masscan off a proxy and it continues to scan off my own ip after doing tcp dumps on my server.

Try adding --router-ip and --adapter, with the first hop/gateway and interface name respectively

masscan is usually able to pick the right values by default but if you're overriding one value you're best off specifying them all explicitly