Overview of theHarvester modules
mastertheHarvester uses different types of modules to gather OSINT (Open Source Intelligence) data such as names, emails, IPs, subdomains, and URLs:
- Passive modules: These gather data from public resources without directly interacting with the target infrastructure (e.g., search engines like
baidu,brave,duckduckgo, or certificate transparency logs likecrtsh). - Active modules: These interact more directly with the target, such as
DNS brute force(dictionary enumeration) andScreenshots(capturing subdomains). - API-based modules: Many passive modules (e.g.,
censys,shodan,virustotal) require an API key to function. Some offer free tiers, while others require paid subscriptions.