crossdomainscanner
crossdomainscanner copied to clipboard
Whois tools
It's been a struggle finding whois tools to use, since most python libraries print socket errors directly to the console:
Socket Error: [Errno 10054] An existing connection was forcibly closed by the remote host
but using socket.check_output with whois restricts the program to only linux, and the whois program does not work for all domains (.es for example)
Would like to consolidate to one method for checking whois methods, might require another tool.