bounty_check_target
Check if a domain, IP, CIDR, or URL is in-scope for bug bounty programs. Handles wildcards, IP ranges, and path prefixes across HackerOne, YesWeHack, and Intigriti.
Instructions
Verify whether a target domain, IP, CIDR subnet, or URL is in-scope across bug bounty programs. Evaluates wildcards (*.target.com), IP ranges, and path prefixes.
Args: target: The target asset to check (e.g. 'api.example.com', '192.168.1.10', 'https://example.com/v1'). platform: Platform to inspect ('all', 'hackerone', 'yeswehack', or 'intigriti'). Defaults to 'all'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| platform | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |