Hi,

save the output from this script, Can take about an hour to run
but it might identify IP's. Ettercap can sniff around and is a nice
(ansi/screen/no-gui) utility. I hope this helps

cheers
Norm

LOGF="ettercap.log"
idx=0
until [ $idx -gt 255 ] ;
do
        /usr/local/sbin/ettercap -NlH 192.168.$idx.1-255 2>&1 >> $LOGF
        idx=$[ idx + 1 ]
done

/usr/bin/egrep "[[:digit:]]+\).*" $LOGF \
        | /usr/bin/awk '{ print $2 }' \
        | /usr/bin/sort -u



On Wed, 21 Apr 2004, Peter Rundle wrote:

> Sluggers,
>
> I'm looking for a tool like Cheops that will trace out my network and draw a pretty
> picture of the nodes, their OSes and the services they are running etc.
>
> I tried to download and compile Cheops but it's not being maintained and the number 
> of
> compile errors looks like a hard road.
>
> Any suggestions for alternatives?
>

-- 
E-Solutions for BSD and Linux               http://www.paladincorp.com.au/
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to