net-analyzer/dnsrecon - 1.6.1 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/dnsrecon-1.6.1

Package Information

Description:
DNS Enumeration Script
Homepage:
https://github.com/darkoperator/dnsrecon
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.6.1 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1

DESCRIPTION="DNS Enumeration Script"
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="amd64 ~arm64 x86"
IUSE="tools"

RDEPEND="${PYTHON_DEPS}
	>=dev-python/dnspython-2.7.0[${PYTHON_USEDEP}]
	dev-python/netaddr[${PYTHON_USEDEP}]
	dev-python/lxml[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	>=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
	dev-python/loguru[${PYTHON_USEDEP}]
	>=dev-python/fastapi-0.116.1[${PYTHON_USEDEP}]
	>=dev-python/uvicorn-0.35.0[${PYTHON_USEDEP}]
	>=dev-python/slowapi-0.1.9[${PYTHON_USEDEP}]
	>=dev-python/stamina-25.1.0[${PYTHON_USEDEP}]
	>=dev-python/ujson-5.11.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

src_prepare() {
	rm -r tests || die
	default
}

python_install() {
	distutils-r1_python_install
	if use tools; then
		python_newscript tools/parser.py dnsrecon-parser
		python_newscript tools/tld_downloader.py dnsrecon-tld_downloader.py
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-analyzer/dnsrecon | euse -E <flag> -p net-analyzer/dnsrecon | euse -D <flag> -p net-analyzer/dnsrecon

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/dnspython-2.7.0[]
	dev-python/netaddr[]
	dev-python/lxml[]
	dev-python/requests[]
	>=dev-python/httpx-0.28.1[]
	dev-python/loguru[]
	>=dev-python/fastapi-0.116.1[]
	>=dev-python/uvicorn-0.35.0[]
	>=dev-python/slowapi-0.1.9[]
	>=dev-python/stamina-25.1.0[]
	>=dev-python/ujson-5.11.0[]

RDEPEND

	>=dev-python/dnspython-2.7.0[]
	dev-python/netaddr[]
	dev-python/lxml[]
	dev-python/requests[]
	>=dev-python/httpx-0.28.1[]
	dev-python/loguru[]
	>=dev-python/fastapi-0.116.1[]
	>=dev-python/uvicorn-0.35.0[]
	>=dev-python/slowapi-0.1.9[]
	>=dev-python/stamina-25.1.0[]
	>=dev-python/ujson-5.11.0[]

Manifest for 1.6.1

Type File Size Source URLs
DIST dnsrecon-1.6.1.tar.gz 724518 bytes https://github.com/darkoperator/dnsrecon/archive/1.6.1.tar.gz