whois-parser icon indicating copy to clipboard operation
whois-parser copied to clipboard

Whois parser for domain whois information parsing in Go(Golang).

Results 16 whois-parser issues
Sort by recently updated
recently updated
newest added

I have been trying get the parser work with records returned from an IPs but doesn't seem to work, records from domains work fine.

PR #76 fixed parsing of DK domains, however, it introduced a bug where the `attention` field is put into `email`, however that is not always the case that `attention` is...

``` % whois contosocorporation.com whois.iana.org | grep created created: 1985-01-01 created: 1985-01-01 % whois contosocorporation.com whois.iana.org | grep "Creation Date" Creation Date: 2022-05-07T20:55:28Z Creation Date: 2022-05-07T20:55:28.00Z ``` It looks like...

Absence of space between `Registrant` (and others) and the rest of the key. ```txt # whois.nic.ai Domain Name: google.ai Registry Domain ID: 325702_nic_ai Registry WHOIS Server: epp.whois.ai Creation Date: 2017-12-16T05:37:20.801Z...

**whois.dns.pl** ``` created: 2002.09.19 13:00:00 ``` Suggested layout: `2006.01.02 15:04:05` --- **whois.dns.be** ``` Registered: Tue Dec 6 2000 ``` Suggested layout: `Mon Jan _2 2006` --- **whois.jprs.jp** ``` [Registered Date]...

Hello. Can you add support of co.ua zone?

Added support for parsing the reseller name if it's present. I'm not sure the reseller attribute belongs on the domain struct but it seems to be a better fit than...

例如 `science.name` 域名的 WHOIS 结果为: ``` Disclaimer: VeriSign, Inc. makes every effort to maintain the completeness and accuracy of the Whois data, but cannot guarantee that the results are error-free....

[Repro branch](https://github.com/kellenff/whois-parser/tree/panic-repros)

I installed the domain-monitor project from [this GitHub repository](https://github.com/nwesterhausen/domain-monitor) It correctly displays domains. However, the parser only works when the whois response includes all the fields that the code expects....