mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
wfuzz-3.0.3.ebuild
This commit is contained in:
parent
f4d2b35faf
commit
a2b2e98814
4 changed files with 38 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST shodan-1.17.0.tar.gz 47222 BLAKE2B 8b30c7a9722f408161e0403fa5f528c5c8574a4f1b44938b3d6a6d4204ff0ea5896253b0e37c28c55ee107924dda5a71c8642dfec8f7b986ce95f8553bf24a09 SHA512 89a404dedbf80b8b58d81844145626f6102d3c2327f077da5ff5a403dcface662fc9cca700ed35122d49c9259c0e9599e49038632d04b24cd3c0af16c1f3d10e
|
||||
DIST shodan-1.23.0.tar.gz 49457 BLAKE2B a4ffab4b71aa2f37d43137ee2c851b8bd717093d12a6e9f0aaea737848409934e21ea1202bc91fd39c1ff4667e0ec942f3fb78cd751935b5ae092daefe54d55c SHA512 79af2164e9fd61cd60ce01ac8874255322e89c0966a73ff2239036e76c1181b28e9f504fbf2db862cf881ee9a76cfe9a1501fe848939482fd9aea5ca9034cb64
|
||||
DIST shodan-1.24.0.tar.gz 50951 BLAKE2B 5b1e5cf609df768c21d98ee66efbc2724f96467932fb99f4a25f5a65c72cb7f090adba5246469f20649c7c80470760e8f98b4f2232e89f93646989a0e9709038 SHA512 f7e13626d5ddbd21687be4c638b755c5986d0fa36494d7684d83d64e592a196c4f1ffb80930b3fe0cfa5adfcedeb6b8d5e4cd338250ca67a45d2f0c5a6b759a2
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
#wait for dev-python/click-plugins stabilisation
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
DIST wfuzz-2.4.7.tar.gz 420790 BLAKE2B b9091bb48490fa4ea300329773f3207d88a1d925a2eb4c05b313094b826f614e1d78c2e0043ecebe9f30c445bee109d9a0ba40277b8431be60059d6ddb9124f2 SHA512 5fa8eac14fd6311ebd4e1c1e74501be0a7555fc4aab75b14bb2227809a736e98f3fd7be228b221e73db762ca59184419546de5881aa77a326797bbc193ab3011
|
||||
DIST wfuzz-3.0.1.tar.gz 432603 BLAKE2B c04aa2b0c9816a4890141b1098353187582586b314cf9ee85181628d7050a1c471403dcced848f95fd245a0dfd8cb41d9c7d3d42e8911998d285e87472adfbdb SHA512 1bdafe2bfe913f7c78a7a4a8c9e3e9a9b8dad4d79d881f0f362c365f5d419495d12c7fa21384e037e8ec984acc1688a3725b5b774a955077c817feb878e44314
|
||||
DIST wfuzz-3.0.3.tar.gz 435169 BLAKE2B de7b2686ad2f40c3b8f7bc8670c378ce7a92b74e714572c90e1608cd0c0880a2d6d43e33f125371a2105513e477d65321e38729935e3e9334a7359ea3a4a8e29 SHA512 d714b5168ab62ee0707b8ac5219493cec786cfa5f15123971cf27a42aedbe6170ef0cbe2e004a58bb8daaab6b2833fea336806727147adb8c3f74a38ac35009d
|
||||
|
|
|
|||
34
net-analyzer/wfuzz/wfuzz-3.0.3.ebuild
Normal file
34
net-analyzer/wfuzz/wfuzz-3.0.3.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1 multilib
|
||||
|
||||
DESCRIPTION="Wfuzz is a tool designed for bruteforcing Web Applications"
|
||||
HOMEPAGE="http://www.edge-security.com/wfuzz.php https://github.com/xmendez/wfuzz"
|
||||
SRC_URI="https://github.com/xmendez/wfuzz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/pycurl-7.43.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyparsing-2.3.0[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/chardet[${PYTHON_USEDEP}]
|
||||
dev-python/shodan[${PYTHON_USEDEP}]"
|
||||
|
||||
#python_prepare_all() {
|
||||
#https://github.com/xmendez/wfuzz/issues/215
|
||||
# sed -e "/'pytest',/d" -i setup.py || die "sed failed"
|
||||
# # https://github.com/xmendez/wfuzz/pull/214
|
||||
# sed -e "s|pyparsing>2.4\*|pyparsing>=2.4\*|" -i setup.py || die "sed failed"
|
||||
# distutils-r1_python_prepare_all
|
||||
#}
|
||||
Loading…
Reference in a new issue