On Wed, Oct 17, 2001 at 04:18:59PM -0400, Mansur, Warren <[EMAIL PROTECTED]> 
wrote:
> If you wanna be even more clever, scan the network for all open IPs on
> your subnet and use one:
> 
> % su
> Password: xxxxxx
> % nmap -sP yy.yy.yy.*
> 
> where yy.yy.yy is the first three entries of the IP address.
> 
> Can't say whether or not AT&T will get upset about such a scan, but
> doing it once shouldn't be such a problem.

    Maybe less likely to draw attention would be a single broadcast ping:
$ ping -b -i 10 -w 9 24.49.157.255 | sed -n 's/^.*bytes from \(.*\): icmp.*/\1/p' | 
sort -u

    Where 24.49.157.255 is the broadcast address on the nic.  Then use
an address in the subnet that doesn't respond.

-- 
Bob Bell <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
 "To understand recursion one must first understand recursion."
   -- Anonymous

**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to