robertdavidgraham / masscan

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

masscan input file containing domain names #361

Open syrius01 opened 6 years ago

syrius01 commented 6 years ago

Hi,

I cannot find any options in order to perform a masscan on an input file containing domain names in the following format;

domain-name1.com domain-name2.org domain-name3.net

is there a way I could perform a masscan on that input file containing those domain names ?

Any help would be very appreciated,

Thanks.

mzpqnxow commented 6 years ago

No.

Try using ‘nmap -T5 -sL -n -oG rnesolved’ then try ‘cat resolved | grep ^ Host | cut -d “ “ -f 2 > masscan.il’

On Sat, Jun 23, 2018 at 16:57 syrius01 notifications@github.com wrote:

Hi,

I cannot find any options in order to perform a masscan on an input file containing domain names in the following format;

domain-name1.com domain-name2.org domain-name3.net

is there a way I could perform a masscan on that input file containing those domain names ?

Any help would be very appreciated,

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/robertdavidgraham/masscan/issues/361, or mute the thread https://github.com/notifications/unsubscribe-auth/AHpRZH1KIHAOkc942m96Q2yOMdCCmbeWks5t_qujgaJpZM4U07bE .