文件名称:virustotal::pill: 适用于 Python 2.x 的 VirusTotal Public API 2.0 客户端
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-18 06:54:45
python virustotal Python
病毒总数 virustotal是一个 Python 模块,用于使用公共 API,这是一项分析恶意软件文件的免费服务。 先决条件 您需要获取 API 密钥才能使用 VirusTotal Public API 2.0。 为此,只需,转到您的个人资料并单击API Key 。 如何使用 安装 使用 setuptools 的相关软件安装virustotal 。 pip install virustotal easy_install virustotal 或者克隆这个 repos git clone git://github.com/Gawen/virustotal.git cd virustotal python setup.py install 进口 导入virustotal模块 import virustotal 实例化处理程序的类。 v = virustotal.VirusTot