Subversion Repositories vgwhois

Rev

Rev 71 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
71 daniel-mar 1
# VGWhoIs - ViaThinkSoft Global WhoIs
2
 
3
VGWhoIs is a fork of the tool GWhoIs. It allows users to find information about domains, IP addresses,
4
ASN numbers etc by querying the best fitting WhoIs service automatically. The information about the
5
whois services is stored in a pattern file and can be altered or extended by new pattern files.
6
 
7
The pattern files which contain the whois servers of all existing top-level-domains is actively maintained and updated
8
regularly!
9
 
10
In regards querying OID information, VGWhoIs supports The [OID-Information-Protocol](https://datatracker.ietf.org/doc/draft-viathinksoft-oidip/).
11
 
12
## Usage
13
 
14
The usage is pretty simple:
15
 
16
    vgwhois example.com
17
 
18
## Installation
19
 
20
On Linux, copy all files into a directory of your choice and run `install.sh` as root.
21
To uninstall, run `uninstall.sh`.
22
 
23
The installation scripts create symbolic links on your file system,
24
therefore, the program files need to stay at the chosen location after installing.
25