阿蒙的礼物

Amon's Gifts
  • 首页

怎样使用代理服务器进行WHOIS查询

2011年6月9日 | 分类: 【技术】

自助代理: https://amon.org/socks5

免费代理:http://proxy.ipcn.org/country/

whois命令使用特殊协议和端口:whois 43/tcp;而HTTP 80/tcp 及HTTPS 443/tcp。所以不能使用HTTP(S)类型的代理,需要使用SOCKS协议类型代理。

参考:https://wiki.archlinux.org/index.php/Proxy_settings#Using_a_SOCKS_proxy
参考:https://baike.baidu.com/item/SOCKS5%E4%BB%A3%E7%90%86
参考:https://gkbrk.com/2016/08/about-the-whois-protocol/
参考:https://tools.ietf.org/html/rfc3912

urllib2

参考:https://yq.aliyun.com/ziliao/134072
参考:https://www.jianshu.com/p/59035c78d449
参考:http://www.aichengxu.com/python/3528701.htm

uwhoisd

讨论:https://stackoverflow.com/questions/36922964/python-how-to-perform-whois-with-uwhoisd-proxy
讨论:https://www.experts-exchange.com/questions/21911169/connect-to-Whois-server-via-proxy-and-proxy-chaining.html
讨论:https://unix.stackexchange.com/questions/367409/how-do-you-use-proxy-with-the-whois-command

参考:https://github.com/kgaughan/uwhoisd
参考:https://stackoverflow.com/questions/36922964/python-how-to-perform-whois-with-uwhoisd-proxy

© 2025 阿蒙的礼物