dnstwist icon indicating copy to clipboard operation
dnstwist copied to clipboard

python whois package

Open glicht opened this issue 5 years ago • 2 comments

From looking at the code and if I understand correctly the whois package being used is: https://pypi.org/project/whois . This is an old package and from the tests I did it is failing on many queries (mostly issues with parsing the response).

Are there any plans to move to the following whois package: https://pypi.org/project/python-whois/ . It seems to work better on most queries. Also, it does direct queries and not via the whois executable.

Note that there may be some confusion as the debian package python-whois is actually using the package https://pypi.org/project/whois .

glicht avatar Feb 28 '19 15:02 glicht

I've been bitten by this bug too. I'd like to get information on domains using whois, but the module fails with many of them.

rsuarezsoto avatar Jun 06 '19 15:06 rsuarezsoto

Perhaps it could use rdap instead: https://pypi.org/project/whoisit/

sweany avatar Jul 22 '21 06:07 sweany

Package python3-whois has been replaced with custom WHOIS client implementation.

elceef avatar Aug 21 '23 12:08 elceef