recon_dns
Performs DNS lookups with dig or dnsx, resolving single records or bulk domains. Supports custom record types, servers, and AXFR transfers.
Instructions
Purpose: Run DNS lookups with tool=dig|dnsx for single-record queries or bulk resolution. Constraints: dig uses target, record_type, server, short, axfr, and extra_args. dnsx uses domains or target and silent/extra_args.… Example: recon_dns(tool='dig', target='example.com', record_type='MX', short=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axfr | No | ||
| tool | Yes | ||
| short | No | ||
| server | No | ||
| silent | No | ||
| target | No | ||
| domains | No | ||
| extra_args | No | ||
| record_type | No | A |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||