Add virustotal-api: upload and scan files, submit and scan URLs, etc.

This commit is contained in:
Dan Langille 2017-02-07 16:49:28 +00:00
parent 5aa39579b1
commit fed2c12c6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433569
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= virustotal-api
PORTVERSION= 1.1.3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Virus Total Public/Private/Intel API
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1486483773
SHA256 (virustotal-api-1.1.3.tar.gz) = 0e7a72ee7628ab06152b392bfa15000e364cf4aded53c33fed691228b1eff3cf
SIZE (virustotal-api-1.1.3.tar.gz) = 28982

View file

@ -0,0 +1,7 @@
VirusTotal's Public API lets you upload and scan files, submit and scan URLs,
access finished scan reports and make automatic comments on URLs and samples
without the need of using the HTML website interface. In other words, it
allows you to build simple scripts to access the information generated by
VirusTotal.
WWW: https://pypi.python.org/pypi/virustotal-api