sitadel: a new web app scanner, masked due to https://github.com/shenril/Sitadel/issues/36

This commit is contained in:
blshkv 2019-08-28 14:31:01 +08:00
parent d6baf8c30c
commit d979cc1f47
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST sitadel-1.0.0.tar.gz 47254 BLAKE2B 04d578dd57e3ef4bad8ad90946a053b38d734f57600c914d54f1304ec14a4b4e06dcb68c72e6eeb9a5631f88b14a650398e1af2353addd4452768273de27b7aa SHA512 2d2890637a94b4db1db5b637087a6eed425958372a79029a21c4476c7b903634622a6a619f2a4d3e6ff68dcd6205b0fed05b1aa4ad0b1adffaf8ca1d2cc51859

View file

@ -0,0 +1,28 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Web application security scanner"
HOMEPAGE="https://github.com/shenril/Sitadel"
SRC_URI="https://github.com/shenril/Sitadel/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
#broken setup.py, see:
#https://github.com/shenril/Sitadel/issues/36
IUSE=""
DEPEND=""
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/Scrapy[${PYTHON_USEDEP}]"
S="${WORKDIR}/Sitadel-${PV}"

View file

@ -151,3 +151,5 @@ net-analyzer/pret
~net-analyzer/cottontail-20190426
~net-analyzer/enteletaor-1.1.1
net-analyzer/sitadel