Almost Have Threads Working for HTTP Scan

Pierre-Frédéric Caillaud peufeu at free.fr
Sat Jul 3 06:41:53 EDT 2004


	Sometimes doing it yourself is nice, but I'd suggest you use nmap which  
is a very powerful port scanner. It is designed to do such jobs very, very  
fast. All you have to do then is parse it's output.

	get it from http://www.insecure.org


> My goal is to scan a big private network (65,000 hosts) for HTTP  
> servers. Make a list of IPs that are running the servers and a list of  
> those that are not. I need to use threads to speed up the process. I can  
> do it sequentially, but it takes 2 days!!!



More information about the Python-list mailing list