eviltik / evilscan

NodeJS Simple Network Scanner
https://github.com/eviltik/evilscan
MIT License
547 stars 64 forks source link

Problem with scanning by HOSTS #68

Closed akhmdarya closed 3 years ago

akhmdarya commented 3 years ago

Hello! Everything is ok with scanning by an IPs...by with host name it doesn't work. Tell me, if I do something wrong:

var options = { target:'google.com', port:'21-23', status:'TROU', // Timeout, Refused, Open, Unreachable banner:true,

};

eviltik commented 3 years ago

hi,

i'll try to take a look today

akhmdarya commented 3 years ago

Thank you very much!

пн, 1 мар. 2021 г. в 18:02, eviltik notifications@github.com:

hi,

i'll try to take a look today

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eviltik/evilscan/issues/68#issuecomment-787896077, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMVI336GPYQW3YAOULPMPK3TBN65HANCNFSM4YMHEWAA .

eviltik commented 3 years ago

It's work for me. But no result because no port 21/22/23 opened.

You can handle "done" event, see examples.