in reply to Code for port scanner on range of IPs

There are issues other than speed of execution to consider when scanning for ports. For example intrusion detection systems (and alike) can block rapid fire requests from one host (see Whois query error: "No valid response for 4th time..." or search for other examples). Using a tool like nmap to accomplish this task could employ various techniques to negate such issues.

  • Comment on Re: Code for port scanner on range of IPs