net-analyzer/theHarvester - 4.11.1 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/theHarvester-4.11.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/theHarvester-4.11.1

Or alternatively:

emerge --autounmask-write -a =net-analyzer/theHarvester-4.11.1

Package Information

Description:
The Harvester is a tool designed to collect email accounts of the target domain
Homepage:
https://github.com/laramies/theHarvester
License:
GPL-2

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="The Harvester is a tool designed to collect email accounts of the target domain"
HOMEPAGE="https://github.com/laramies/theHarvester"
SRC_URI="https://github.com/laramies/theHarvester/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

# pyproject.toml
RDEPEND="${PYTHON_DEPS}
	dev-python/aiodns[${PYTHON_USEDEP}]
	dev-python/aiofiles[${PYTHON_USEDEP}]
	dev-python/aiohttp[${PYTHON_USEDEP}]
	dev-python/aiohttp-socks[${PYTHON_USEDEP}]
	dev-python/aiomultiprocess[${PYTHON_USEDEP}]
	dev-python/aiosqlite[${PYTHON_USEDEP}]
	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
	dev-python/censys[${PYTHON_USEDEP}]
	dev-python/certifi[${PYTHON_USEDEP}]
	>=dev-python/dnspython-2.8.0[${PYTHON_USEDEP}]
	dev-python/fastapi[${PYTHON_USEDEP}]
	>=dev-python/lxml-6.0.2[${PYTHON_USEDEP}]
	dev-python/netaddr[${PYTHON_USEDEP}]
	>=dev-python/playwright-bin-1.58.0[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.9.0[${PYTHON_USEDEP}]
	dev-python/httpx[${PYTHON_USEDEP}]
	dev-python/retrying[${PYTHON_USEDEP}]
	>=net-analyzer/shodan-1.31.0[${PYTHON_USEDEP}]
	dev-python/slowapi[${PYTHON_USEDEP}]
	dev-python/ujson[${PYTHON_USEDEP}]
	dev-python/uvicorn[${PYTHON_USEDEP}]

	dev-python/uvloop[${PYTHON_USEDEP}]
	dev-python/starlette[${PYTHON_USEDEP}]
	"

DEPEND="${RDEPEND}"
	# test? (
	# 	dev-python/flake8[${PYTHON_USEDEP}]
	# 	dev-python/mypy[${PYTHON_USEDEP}]
	# )"

# distutils_enable_tests pytest

src_prepare() {
	# network required for tests
	rm -r tests || die
	default
}

Inherited Eclasses

Dependencies

DEPEND

	dev-python/aiodns[]
	dev-python/aiofiles[]
	dev-python/aiohttp[]
	dev-python/aiohttp-socks[]
	dev-python/aiomultiprocess[]
	dev-python/aiosqlite[]
	dev-python/beautifulsoup4[]
	dev-python/censys[]
	dev-python/certifi[]
	>=dev-python/dnspython-2.8.0[]
	dev-python/fastapi[]
	>=dev-python/lxml-6.0.2[]
	dev-python/netaddr[]
	>=dev-python/playwright-bin-1.58.0[]
	>=dev-python/pyyaml-6.0[]
	>=dev-python/python-dateutil-2.9.0[]
	dev-python/httpx[]
	dev-python/retrying[]
	>=net-analyzer/shodan-1.31.0[]
	dev-python/slowapi[]
	dev-python/ujson[]
	dev-python/uvicorn[]

	dev-python/uvloop[]
	dev-python/starlette[]
	

RDEPEND

	dev-python/aiodns[]
	dev-python/aiofiles[]
	dev-python/aiohttp[]
	dev-python/aiohttp-socks[]
	dev-python/aiomultiprocess[]
	dev-python/aiosqlite[]
	dev-python/beautifulsoup4[]
	dev-python/censys[]
	dev-python/certifi[]
	>=dev-python/dnspython-2.8.0[]
	dev-python/fastapi[]
	>=dev-python/lxml-6.0.2[]
	dev-python/netaddr[]
	>=dev-python/playwright-bin-1.58.0[]
	>=dev-python/pyyaml-6.0[]
	>=dev-python/python-dateutil-2.9.0[]
	dev-python/httpx[]
	dev-python/retrying[]
	>=net-analyzer/shodan-1.31.0[]
	dev-python/slowapi[]
	dev-python/ujson[]
	dev-python/uvicorn[]

	dev-python/uvloop[]
	dev-python/starlette[]
	

Manifest for 4.11.1

Type File Size Source URLs
DIST theHarvester-4.11.1.tar.gz 1064259 bytes https://github.com/laramies/theHarvester/archive/4.11.1.tar.gz