nessrest: new tool for nessus

This commit is contained in:
blshkv 2019-05-06 18:21:50 +08:00
parent 0b103686bf
commit 5b5929f0d0
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST nessrest-20180806.zip 36611 BLAKE2B 6bee925947d17ee739c32cdfdef7e23293a2bb781c029ab4e21ed2d363e197b2ff5a520a1d4aa437a53920a3fd1e23b870908127ff02798d07389b61ea6e573e SHA512 11b437a4556b15b71cb60db54328038a58ba1ebdc69a9ba4311d8936d5650ff8aa0d10c2711bd0229c13bfb9c6b13f827100e09f01604833a3d60c722c2f104e

View file

@ -0,0 +1,26 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
HOMEPAGE="https://scrapy.org/"
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
COMMIT_HASH="af28834d6253db0d00e3ab46ab259dd5bc903063"
SRC_URI="https://github.com/tenable/nessrest/archive/${COMMIT_HASH}.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${PN}-${COMMIT_HASH}"

View file

@ -391,3 +391,6 @@ dev-python/django-extensions
#=dev-python/urllib3-1.25*
~dev-python/requests-file-1.4.3
~dev-python/tldextract-2.2.1
#nessus api
dev-python/nessrest