怎样使用pythonwhois

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

参考:https://amon.org/python-whois
参考:https://amon.org/pythonwhois

【介绍】

Module for retrieving and parsing the WHOIS data for a domain. Supports most domains. Requires jwhois to be installed.

官网:http://cryto.net/pythonwhois/
手册:http://cryto.net/pythonwhois/usage.html

官网:https://pypi.org/project/pythonwhois/
官网:https://github.com/joepie91/python-whois
官网:https://code.activestate.com/pypm/pythonwhois/

参考:http://www.vuln.cn/8561
参考:https://www.justanswer.com/computer-programming/3nvxa-need-script-return-dictionary-following.html

【安装】

参考:http://cryto.net/pythonwhois/install.html

pip install pythonwhois

【应用】

项目:WebEye

功能:扫描WEB服务器类型,CMS类型,WAF类型,WHOIS信息,以及语言框架的小脚本。主要是使用异步实现指纹的快速识别。
官网:https://github.com/zerokeeper/WebEye
来源:https://www.southcity-oldboy.com/1834.html

依赖:

pip install gevent requests pythonwhois

安装:

git clone https://github.com/zerokeeper/WebEye.git && cd WebEye

使用:

python WebEye.py -u www.xpshell.cn​