Skip to content

Releases: laramies/theHarvester

4.10.0

18 Jan 02:15

Choose a tag to compare

[4.10.0] - 2026-01-18

Packaging changes

As part of adding socks proxy support we now use aiohttp-socks so for deb maintainers this package is required now
https://packages.debian.org/sid/python3-aiohttp-socks

Added

  • LeakIX API key support and improved request header configuration (31861c19).
  • Bitbucket API key entry in theHarvester/data/api-keys.yaml (6be673fa).
  • Fix issue #469 Add socks proxy support (e38bb8fb).

Changed

  • CI: switch GitHub workflow to ruff-action for linting and formatting (8ddcd1a8).
  • Dockerfile: add apt-get update/upgrade and clean up apt cache layers (3a5d504b).
  • Dependencies updated: bump aiodns, ruff, ty, filelock, and librt (40759146).
  • Codebase formatting and lint fixes applied (Ruff) (7c6dec53).
  • Tests: expand proxy parameter default structure to include both http and socks5 fields (bc2fce07).
  • api-keys.yaml synchronized with Core API key references; add consistency test coverage (ffe1f3a8).

Removed

Fixed

  • Fix mypy type-checking errors (0991356b).

Security

  • Improve input sanitization and add security-focused tests (3d7489c9).

4.9.2

31 Dec 09:44
ba85366

Choose a tag to compare

What's Changed

  • feat(discovery): add THC subdomain enumeration module by @686f6c61 in #2221

New Contributors

Full Changelog: 4.9.1...4.9.2

4.9.1

30 Dec 09:41
26c8d63

Choose a tag to compare

What's Changed

Full Changelog: 4.9.0...4.9.1

4.9.0

21 Dec 05:57

Choose a tag to compare

What's Changed

Read more

4.8.2

21 Jul 19:27

Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: 4.8.1...4.8.2

4.8.1

08 Jul 21:45

Choose a tag to compare

API

theHarvester restAPI has had big updates and fixes driven by @digininja so thank you on bringing issues to my attention :-)

What's Changed

L1ghtn1ng - Fix #2061
L1ghtn1ng - Fix #2012
L1ghtn1ng - Fix #1999
Lee Baird - Fix #2062
L1ghtn1ng - fix CI workflow to push changes to correct branch on push event
L1ghtn1ng - Fix #2053
L1ghtn1ng - Fix #2055
yiğit ibrahim - docker build error fix (#2047)
L1ghtn1ng - fix #1870
L1ghtn1ng - fix #1927
L1ghtn1ng - Add auto-commit step for ruff fixes in CI workflow
Anis Mekacher - Added venacus data leak search engine plugin. (#1968)

Misc

Dependency updates

New Contributors

Full Changelog: 4.8.0...4.8.1

4.8.0

27 May 00:55

Choose a tag to compare

What's Changed

and a load of dependency updates, with also moving fully to using pyproject.toml for dependency management. MVP goes to @ibrahimsql for the features(modules) and enhancements in #1995

New Contributors

Full Changelog: 4.7.1...4.8.0

4.7.1

13 Apr 18:19
7a8bd96

Choose a tag to compare

What's Changed

  • Added whoisxml subdomain discovery with API module, refreshed user agents list, and allowed for support of python3.10+. by @NotoriousRebel in #1955
  • Added WhoisXML info. by @leebaird in #1960
  • Added venacus data leak search engine plugin. by @Mekacher-Anis in #1968
  • Dependency updates

New Contributors

Full Changelog: 4.7.0...4.7.1

4.7.0

11 Mar 02:58

Choose a tag to compare

What's Changed

Read more

4.6.0

17 Mar 20:20
d36e326

Choose a tag to compare

Package Maintainer Changes

We have dropped using pyppeteer and moved to using PlayWright https://playwright.dev/ for the screenshot module

Dev Changes:

Moved away from isort,black and flake8 for ruff for linting and formatting as ruff can do all that and more, not to mention is crazy fast.

What's Changed

New Contributors

Full Changelog: 4.5.1...4.6.0