Hi
I have scannad 35 IP addresses for a particular domain with masscan with the following command.
masscan -p0-65535 -iL listOfIPs -oX resultPortScan.xml
But in the output file it is showing only five IPs have open ports. That’s also only the common ports like 22, 80, 53, 443, 80.
-
At least all of these 35 IPs must have at least one open port. Why only five IPs are coming in the output ? Is there any possibility that I have been blocked by firewall ?
-
What would be the best possible option to get service and versions of these open ports ? Nmap don’t give best result always and it is too slow.
It may happen that I am making a very simple mistake here to execute the command in masscan. Thanks in advance.