I have created a little script that I find useful in my day to day operations. Let me first say I'm no coder so there may be better way to do certain things and if you have any recommendations please let me know. I created this script to do simple whois checks against multiple domains because I no longer trust website whois lookups and I got tired of typing whois multiple times.
The script is here: http://www.skafari.com/reg
Bug Reports: [email protected]
Note: This script is built to check against multiple domains
Current Version: 1.0
Planned Features:
-Better error checking
-Display output if domain is not found
-Read from a file
-Write output to a file
-?
How it
usage: reg domain.com - full whois
./reg -h - the help screen
./reg -s domain1.com domain2.com ... - short lookup on each domain
./reg -a domain1 domain2 ... - lookup on .com/.net/.org for each domain
./reg blah.com blah1.com blah2.com
-This will do a full whois against the sponsoring registrar whois server for each name so there is in need to whois blah.com then whois -h whois.enom.com blah.com.
./reg -s blah.com null.net zero.net
-This will print a short ouput for each name listed listing registrar and exp date.
./reg -a blah null
-This will check the .com/.net/.org extensions for each name entered
-----------------------
Please don't leave any negative comments, I'm just trying to give people something they may find useful.
The script is here: http://www.skafari.com/reg
Bug Reports: [email protected]
Note: This script is built to check against multiple domains
Current Version: 1.0
Planned Features:
-Better error checking
-Display output if domain is not found
-Read from a file
-Write output to a file
-?
How it
usage: reg domain.com - full whois
./reg -h - the help screen
./reg -s domain1.com domain2.com ... - short lookup on each domain
./reg -a domain1 domain2 ... - lookup on .com/.net/.org for each domain
./reg blah.com blah1.com blah2.com
-This will do a full whois against the sponsoring registrar whois server for each name so there is in need to whois blah.com then whois -h whois.enom.com blah.com.
./reg -s blah.com null.net zero.net
-This will print a short ouput for each name listed listing registrar and exp date.
blah.com - Registrar: NETWORK SOLUTIONS, LLC. - Expiration Date: 21-mar-2009
null.net - Registrar: REGISTER.COM, INC. - Expiration Date: 14-may-2018
lala.net - Registrar: MONIKER ONLINE SERVICES, INC. - Expiration Date: 28-aug-2009
./reg -a blah null
-This will check the .com/.net/.org extensions for each name entered
blah.com - NETWORK SOLUTIONS, LLC. - 21-mar-2009
blah.net - ENOM, INC. - 07-jun-2009
blah.org - Network Solutions LLC (R63-LROR) - 25-Jun-2013 04:00:00 UTC
null.com - GODADDY.COM, INC. - 21-jan-2009
null.net - REGISTER.COM, INC. - 14-may-2018
null.org - DSTR Acquisition PA I, LLC dba DomainBank.com (R28-LROR) - 10-May-2009 04:00:00 UTC
-----------------------
Please don't leave any negative comments, I'm just trying to give people something they may find useful.








