mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add virustotal-api: upload and scan files, submit and scan URLs, etc.
This commit is contained in:
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
18
security/py-virustotal-api/Makefile
Normal file
18
security/py-virustotal-api/Makefile
Normal 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>
|
3
security/py-virustotal-api/distinfo
Normal file
3
security/py-virustotal-api/distinfo
Normal 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
|
7
security/py-virustotal-api/pkg-descr
Normal file
7
security/py-virustotal-api/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue