I need to retrieve whois informations for a given site. because the whois content varies with each whois server, i need to parse the whois content what i开发者_高级运维\'m getting.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have made 开发者_如何学Pythona simple whois script that returns back the whois information of a domain. Once it\'s done it returns back to the original terminal, example below.
Here is my current code: function get_cmd () { if (file_exists(\'/usr/local/bin/whois\')) $cmd = \'/usr/local/bin/whois\';
Background Today I want to test how WHOIS query and response protocol works, I read some information on Wiki and start writing code. After 5 minutes I have complete and working code, but I have some
As a self-learning project, I\'m implementing a C++ whois client.I\'m using a couple of ancient C implementations for reference, e.g. koders.com.
I need to put whois data in a table like registrant, created date, expire date etc. I\'ve the script which is extracting data from whois server开发者_运维百科s, but the output is different for
I\'m writing a simple program in Ruby to check if a list of domains is taken.Basically it cycles through a list, and uses the following function to check.