theharvester_scan
Collect emails, subdomains, and IPs from public sources without directly contacting the target, aiding in passive reconnaissance during penetration testing.
Instructions
Gather OSINT data (emails, subdomains, IPs) using theHarvester.
Queries multiple public data sources without directly interacting with the target.
Args: domain: Target domain to investigate. sources: Comma-separated data sources. Available: bing, google, crtsh, certspotter, dnsdumpster, hackertarget, rapiddns, sublist3r, shodan (needs API key). limit: Maximum number of results per source. timeout: Override default timeout in seconds.
Returns: Emails, subdomains, IP addresses, and hosts discovered from OSINT sources.
Note: - Passive OSINT — does NOT interact directly with the target. - Target must be in tengu.toml [targets].allowed_hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| domain | Yes | ||
| sources | No | bing,certspotter,crtsh,dnsdumpster,hackertarget,rapiddns,sublist3r | |
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||