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.txtUsage
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