robertdavidgraham / masscan

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

masscan with VPN adapter instead of default adapter #337

Open ariadarkkkis opened 6 years ago

ariadarkkkis commented 6 years ago

I want to scan using VPN connection or VPN adaptor but masscan avoid it and scan using default network adapter. any way to fix this?

ariadarkkkis commented 6 years ago

anyone?? or with proxy? I just want to get rid of abuse that come for my server because of scanning.

sqqqs commented 6 years ago

-e : Use specified interface -e eth1

imfht commented 5 years ago

Seems masscan do not support vpn adaptor. I'm using l2tp and got a virtual interface ppp0 when I execute masscan -e ppp0 -p 80 0.0.0.0/24 masscan told me

FAIL: failed to detect MAC address of interface: "ppp0"

does anybody know if masscan support vpn?