mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
dnsrecon-1.3.0.ebuild
This commit is contained in:
parent
e5096ede0a
commit
236d22e955
3 changed files with 5 additions and 8 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
DIST dnsrecon-1.1.5.tar.gz 655071 BLAKE2B 1d38fab4dd29810475e1a503c202352aee86a8405e55154134164dfc2a4f50c196a88be6962b4ffbdd7ddde8afebbe10112dafc3c1313de6f8ff5ea24cfa07c1 SHA512 c28d8865b336ac09ab4229f858cd4c1b0a248408f4f60a86e0976475c5bbb86f8d1185e08c288cad0977b777b42c7cf0d8da468a985317a2fe23cc6ca81fbff0
|
|
||||||
DIST dnsrecon-1.2.0.tar.gz 651434 BLAKE2B b2273bf4e2d2eee7e30c032576d507333347757581525a5e3ad083742ffebccb4cfed9e50822a31ba2a3c9c565643c79d1ee7ad9752841e0371b1367bf022f38 SHA512 2b178a2618f1f7b0bfd17dc3fec652df9042a219a8dc0cd157db07502e6bafad8e0971380d75a473cf3af2fde37f798ac1bcf2a1b8a512715cbb8b991ae59c9b
|
DIST dnsrecon-1.2.0.tar.gz 651434 BLAKE2B b2273bf4e2d2eee7e30c032576d507333347757581525a5e3ad083742ffebccb4cfed9e50822a31ba2a3c9c565643c79d1ee7ad9752841e0371b1367bf022f38 SHA512 2b178a2618f1f7b0bfd17dc3fec652df9042a219a8dc0cd157db07502e6bafad8e0971380d75a473cf3af2fde37f798ac1bcf2a1b8a512715cbb8b991ae59c9b
|
||||||
|
DIST dnsrecon-1.3.0.tar.gz 651598 BLAKE2B ee0e528d332d5c945be1431efa76d197d7c6a495a36c3d65d12e5ba2734ec21d9ea60da8e72904e2aa453e5a7a3be2e62fb588b743d68bcbe268100dba310dd0 SHA512 ec0417482c0bcfd5ba48214a279154cbf7909bfcf03e0c83e714ef8f60cf590b159ff4ad3373f58c5554076aa53eaf3434f211aa7abf61b1173f33cdf98c821b
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
|
||||||
DESCRIPTION="DNS Enumeration Script"
|
DESCRIPTION="DNS Enumeration Script"
|
||||||
|
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||||
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
@ -7,8 +7,8 @@ DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
|
||||||
DESCRIPTION="DNS Enumeration Script"
|
DESCRIPTION="DNS Enumeration Script"
|
||||||
|
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||||
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
@ -16,7 +16,7 @@ SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm64 x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
|
|
||||||
RDEPEND="${PYTHON_DEPS}
|
RDEPEND="${PYTHON_DEPS}
|
||||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
>=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]
|
||||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||||
dev-python/lxml[${PYTHON_USEDEP}]"
|
dev-python/lxml[${PYTHON_USEDEP}]"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
@ -28,8 +28,5 @@ src_prepare() {
|
||||||
|
|
||||||
python_install() {
|
python_install() {
|
||||||
distutils-r1_python_install
|
distutils-r1_python_install
|
||||||
# python_foreach_impl python_newscript dnsrecon.py dnsrecon
|
|
||||||
python_foreach_impl python_newscript tools/parser.py dnsrecon-parser
|
python_foreach_impl python_newscript tools/parser.py dnsrecon-parser
|
||||||
|
|
||||||
# dodoc -r msf_plugin/ *.md
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue