Tools & Utility

theHarvester

Open-source OSINT tool for collecting emails, subdomains, IPs, and intelligence from public sources.

#osint#email#subdomains#reconnaissance#python

theHarvester: OSINT Information Gathering

theHarvester is an open-source OSINT tool that automates collecting emails, subdomains, IPs, and intelligence from multiple public sources.

Key Features

āœ… Extracts Emails āœ… Finds Subdomains āœ… Collects Hostnames & IP Addresses āœ… Supports Multiple Data Sources (Google, Bing, DuckDuckGo, Shodan, Hunter.io) āœ… Fast and Automated

Installation

bash
git clone https://github.com/laramies/theHarvester.git
cd theHarvester
pip3 install -r requirements.txt

Usage

bash
# Gather Emails and Subdomains
python3 theHarvester.py -d example.com -b google

Multiple Sources

python3 theHarvester.py -d example.com -b google,bing,duckduckgo

Using APIs (Shodan)

python3 theHarvester.py -d example.com -b shodan -api YOUR_API_KEY

Export to CSV

python3 theHarvester.py -d example.com -b all -f results.csv