recon_sweep
Perform passive-only recon sweeps to identify new subdomains, IPs, endpoints, and vulnerabilities since the last scan.
Instructions
Passive recon sweep with change detection.
Runs passive-only recon (subfinder, amass -passive, theHarvester) against a domain, records everything under a scan run, then reports what changed since the previous sweep: new subdomains, new IPs/ports, new endpoints, new vulnerabilities, and assets that disappeared.
Safe to run repeatedly/unattended (passive only). Newly-appeared assets are surfaced under 'priority_new_assets' because fresh surface is often less tested.
domain: target domain (must be within the active program scope) program: program name to group runs under (defaults to the domain) tools: subset of ['subfinder','amass','theharvester'] (default: all) tool_budget: max number of tools to run this sweep (0 = no limit)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | ||
| domain | Yes | ||
| program | No | ||
| tool_budget | No |