mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
sitadel: a new web app scanner, masked due to https://github.com/shenril/Sitadel/issues/36
This commit is contained in:
parent
d6baf8c30c
commit
d979cc1f47
3 changed files with 31 additions and 0 deletions
1
net-analyzer/sitadel/Manifest
Normal file
1
net-analyzer/sitadel/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST sitadel-1.0.0.tar.gz 47254 BLAKE2B 04d578dd57e3ef4bad8ad90946a053b38d734f57600c914d54f1304ec14a4b4e06dcb68c72e6eeb9a5631f88b14a650398e1af2353addd4452768273de27b7aa SHA512 2d2890637a94b4db1db5b637087a6eed425958372a79029a21c4476c7b903634622a6a619f2a4d3e6ff68dcd6205b0fed05b1aa4ad0b1adffaf8ca1d2cc51859
|
||||
28
net-analyzer/sitadel/sitadel-1.0.0.ebuild
Normal file
28
net-analyzer/sitadel/sitadel-1.0.0.ebuild
Normal 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}"
|
||||
|
|
@ -151,3 +151,5 @@ net-analyzer/pret
|
|||
|
||||
~net-analyzer/cottontail-20190426
|
||||
~net-analyzer/enteletaor-1.1.1
|
||||
|
||||
net-analyzer/sitadel
|
||||
|
|
|
|||
Loading…
Reference in a new issue