4.8.0
laramies/theHarvester4.8.0May 27, 2025by L1ghtn1ng
AI Summary
A feature-rich release introducing new search modules (Dehashed, DNSDumpster), CLI export enhancements, and a major migration to `pyproject.toml` for dependency management.
Key Highlights
- Added Dehashed search module
- Added DNSDumpster subdomain discovery module via API
- Added command line arguments to exported files
- Introduced a new quiet flag
- Fully transitioned to `pyproject.toml` for dependency management
New Features
- Added Dehashed module
- Added DNSDumpster subdomain discovery module
- Added command line arguments to exported files
- Added new quiet flag
Full Release Notes
## What's Changed * Add Command Line Arguments to Exported File by @dimeko in https://github.com/laramies/theHarvester/pull/1984 * Update Dockerfile by @noarche in https://github.com/laramies/theHarvester/pull/1976 * Added a module Dehashed by @p3test in https://github.com/laramies/theHarvester/pull/1990 * Added a module for searching subdomains via the dnsdumpster service API by @p3test in https://github.com/laramies/theHarvester/pull/1998 * theHarvester Enhancements and New Features by @ibrahimsql in https://github.com/laramies/theHarvester/pull/1995 * Fix #1927 * Add new quiet flag which takes care of #1870 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 * @dimeko made their first contribution in https://github.com/laramies/theHarvester/pull/1984 * @noarche made their first contribution in https://github.com/laramies/theHarvester/pull/1976 * @p3test made their first contribution in https://github.com/laramies/theHarvester/pull/1990 * @ibrahimsql made their first contribution in https://github.com/laramies/theHarvester/pull/1995 **Full Changelog**: https://github.com/laramies/theHarvester/compare/4.7.1...4.8.0