Re: identifying live hosts on a network

2009-05-20 Thread Philipp Hagemeister
We acknowledge your problems with a network script idenifying live hosts on your network. Seriously, you have to tell us a little bit more so that we can help you. How about you actually post the script, and actually post the trouble (What exactly do you expect? What exactly do you see? What

identifying live hosts on a network

2009-05-19 Thread hunteroakesgun
HI I am new to python and am having trouble coming up with a script that idenifies all the live hosts on my network. thanks Hunter -- http://mail.python.org/mailman/listinfo/python-list

Re: identifying live hosts on a network

2009-05-19 Thread Aahz
In article 069f821d-1b73-4ed9-b298-09e7c0548...@p6g2000pre.googlegroups.com, hunteroakes...@gmail.com wrote: I am new to python and am having trouble coming up with a script that idenifies all the live hosts on my network. First you need to define what constitutes a live host. -- Aahz

Re: identifying live hosts on a network

2009-05-19 Thread Matias Surdi
hunteroakes...@gmail.com escribió: HI I am new to python and am having trouble coming up with a script that idenifies all the live hosts on my network. thanks Hunter I've done this in the past with the great help of nmap: # nmap -sP 192.168.0.0/23 this will find hosts alive from 192.168.0.1