dnstwist
dnstwist copied to clipboard
python whois package
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 .
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.
Perhaps it could use rdap instead: https://pypi.org/project/whoisit/
Package python3-whois
has been replaced with custom WHOIS client implementation.