-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled WHOIS Response for .IT #44
Comments
Here is also the structure for the nameservers:
|
Hey @JAD3N The library has only a basic WHOIS parser, that handles the most common format If you want to take a look at it, you can see how extra parsers were added here https://github.com/LayeredStudio/whoiser/blob/master/src/parsers.js#L265 |
@AndreiIgna I don't mind having a look into this to see if I can handle it. Would you be able to provide a list of WHOIS servers which have different formats that are already handled? That would give me a good head start. |
I've started re-implementing and documenting the different WHOIS response structures on a new branch: I'm planning on using a different parsing structure which you can find in this file: This way I should be able to accommodate a variety of ccTLD responses. Any feedback and suggestions would be appreciated. |
Version(s) affected: all?
Description
The WHOIS server used for .IT returns an unhandled format that causes data such as contacts/registrar to be missed.
How to reproduce
Use whoiser with any .IT TLD and compare it to the actual response.
Additional context
The WHOIS response format used by whois.nic.it:
The text was updated successfully, but these errors were encountered: