Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Sep 2001 20:37:03 -0500
From:      Tom ONeil <tom.oneil@tacni.com>
To:        Clemens Hermann <haribeau@gmx.de>
Cc:        BSD-ISP <freebsd-isp@FreeBSD.org>
Subject:   Re: Domain Report
Message-ID:  <3B918D3F.26ADF8A6@tacni.com>
References:  <20010902020013.A4209@homer.local>

next in thread | previous in thread | raw e-mail | index | archive | help

 Brute force method;


  for i in `cat $DOMAINLIST.COM`
 
    do whois $i | egrep 'Ad|Te|Bi|.com' >>$i.contact

     sleep 5   # Without this the registrars will bounce your requests
           
  done

 cat *.contact >>ALL.contacts

  
                 Tom

Clemens Hermann wrote:
> 
> Hi,
> 
> I'm looking for a script or the like which takes a list of domains as
> input and then queries the according whois-servers for the different
> TLD's the domains contain and finally presents a table with the first
> name / last name of the admin-c of each domain.
> Is there something like this around or some perl subs etc. which might
> help?
> 
> tia
> 
> /ch
> 
> --
> "Contrary to popular belief, Unix is user friendly.
> It just happens to be selective about who it makes friends with."
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message

-- 
          Thomas J. ONeil  tom.oneil@tacni.com
                  http://www.tacni.net
           "National Power, Local Presence"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B918D3F.26ADF8A6>