wapiti: the latest 20170412 snapshot

This commit is contained in:
blshkv 2017-04-27 14:11:51 +08:00
parent 80df323e22
commit f22d433ff1
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
13 changed files with 170 additions and 1 deletions

View file

@ -0,0 +1 @@
DIST ntlm-auth-1.0.2.tar.gz 47680 SHA256 d59ffabeb828b88652a79dbe5d731149a8e439e932102d1b2f60bed9f7465104 SHA512 f6e1d8c2771b82eaa0e07bb231a9705b2dbeea3d01a67f869e8106a9c93a3e7edc1380c458433fb2ba80d9407043fa234a33347039c61ab48557e54dba655159 WHIRLPOOL 8e3c891ef7c786d9c77a927c5a2899f0d576cedf2c152f22a73db7d215b3fecdded88e3c066c974abcfd7cb208a16ae64828bc5681f42f75c528756c957e7214

View file

@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
DESCRIPTION="Create and parse NTLM authorisation tokens with all the latest standards"
HOMEPAGE="https://github.com/jborean93/ntlm-auth"
SRC_URI="https://github.com/jborean93/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="GPL"
KEYWORDS="~amd64 ~x86"
IUSE="test"
#DEPEND="test? (
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/requests-mock[${PYTHON_USEDEP}]
# )"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)"
python_test() {
esetup.py test
}

View file

@ -0,0 +1 @@
DIST requests-kerberos-0.11.0.tar.gz 10583 SHA256 104c4d608ad8a5627867dc772e980a52ec03719c5f9848a1bc567e641b733978 SHA512 e79efbbb58405befd928b6b9a4358cb8c5fd5f3d0d4152475fdf184993f911de0d1d2ec8e7d076b304e26136150f2b7bb592c94881f849a7dd2b2da8e3972a8d WHIRLPOOL 4487a63c77e2f68237c44afafb4b5fc310d277225ea2baa914f4f0f1f8fbcacef310a12f9f54f2225e5f130480d7efb1ef05ae86c5c151c363c026ef24c5ac33

View file

@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
DESCRIPTION="A Kerberos authentication handler for python-requests"
HOMEPAGE="https://github.com/requests/requests-kerberos"
SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="ISC"
KEYWORDS="~amd64 ~x86"
IUSE="test"
#DEPEND="test? (
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/requests-mock[${PYTHON_USEDEP}]
# )"
RDEPEND="
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
>=dev-python/pykerberos-1.1.8[${PYTHON_USEDEP}] <dev-python/pykerberos-2.0.0"
python_test() {
esetup.py test
}

View file

@ -0,0 +1 @@
DIST requests-ntlm-1.0.0.tar.gz 7786 SHA256 5163d77ae9bae19b0340d94b6c12d619c252c729b4a894a44a61c0e8eb675153 SHA512 62c8dcb674240944b8347b4d82802977755bdc871bf37c8054c6cd7d11421c32bb92d7d0765d60c4bc219e769176b709ef3bdc7355eb8c71f3745e0895c9f30a WHIRLPOOL 6503d5b6c48a567a742c4da017e280649acb582b1fb0133cabda2d9bb86279983622dfee416ba867fbb6588f9ab205c9faee12a7bfa49fea695075b97f2d5ac7

View file

@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
DESCRIPTION="HTTP NTLM authentication using the requests library"
HOMEPAGE="https://github.com/requests/requests-ntlm"
SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="ISC"
KEYWORDS="~amd64 ~x86"
IUSE="test"
#DEPEND="test? (
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/requests-mock[${PYTHON_USEDEP}]
# )"
RDEPEND="
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
>=dev-python/ntlm-auth-1.0.2[${PYTHON_USEDEP}]"
python_test() {
esetup.py test
}

1
dev-python/tld/Manifest Normal file
View file

@ -0,0 +1 @@
DIST tld-0.7.8.tar.gz 146853 SHA256 b4fbd778715a04485ddbcf8db1521359feeff1e147dd237e364ba3a038766d38 SHA512 79ec250eeed0031e088d4bd663706933aec7fba5b1239d508c2b308696bd2f49bb69bf91a7fc9d227a897ca5f122f86d09b23cd0ca52b9d86bf546cf931f11a2 WHIRLPOOL 044264d27f4d843b603c44b1fd3892a4380548fdf57cbdf85cdc404c074c59ba72eb26eaf5518b983cf84dbec3026d2c793aa6483a90ed1936080c3b945b088d

View file

@ -0,0 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Extract the top level domain (TLD) from the URL given"
HOMEPAGE="https://github.com/barseghyanartur/tld"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"

View file

@ -0,0 +1 @@
DIST yaswfp-0.9.3.tar.gz 29845 SHA256 6171057367476bbb511ae1ff95f0963f86079dd2fcb0e9771c6d9763ed351c8d SHA512 06fb5d38c92f418fff77d812507621236b3fc74cf75786031bbd81ac1e61767a29647c7f1d0ffbb25d2f6f1a8749e5a732896ad66956e16c886e24e85915f72b WHIRLPOOL 09fe263ec325855da0292fd7cb5d0eb85949420b2e8624356d3125585a7b9e837bc41754dd1a8eb81689aca391cf709ba72556d372acbc51e45902c7d9cbed09

View file

@ -0,0 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Yet Another SWF Parser."
HOMEPAGE="https://pypi.python.org/pypi/yaswfp"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"

View file

@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE='xml'
inherit subversion distutils-r1
DESCRIPTION="Web application security auditor"
HOMEPAGE="http://wapiti.sourceforge.net/"
ESVN_REPO_URI="http://svn.code.sf.net/p/wapiti/code/trunk/"
ESVN_REVISION="368"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ntlm kerberos"
DEPEND=""
#is is better? dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
>=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/tld[${PYTHON_USEDEP}]
dev-python/yaswfp[${PYTHON_USEDEP}]
ntlm? ( dev-python/requests-ntlm[${PYTHON_USEDEP}] )
kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
"

View file

@ -70,6 +70,11 @@ dev-python/simplesoapy
#required by wapiti
~dev-python/requests-1.2.3
~dev-python/charade-1.0.3
~dev-python/yaswfp-0.9.3
~dev-python/tld-0.7.8
~dev-python/requests-ntlm-1.0.0
~dev-python/requests-kerberos-0.11.0
~dev-python/ntlm-auth-1.0.2
#sslyze
=dev-python/nassl-0.16*

View file

@ -97,7 +97,7 @@ net-analyzer/snort
~net-analyzer/upnpscan-0.4
~net-analyzer/upnpwn-0.8.0
~net-analyzer/vomit-0.2c
~net-analyzer/wapiti-2.3.0
=net-analyzer/wapiti-2.3.0*
=net-analyzer/wfuzz-2.1*
~net-analyzer/wolpertinger-0.6
~net-analyzer/xplico-1.1.0