--- name: subdomain-enumerator description: Enumerate subdomains for a given domain using the HackerTarget API. --- # Subdomain Enumerator ## Instructions When the user asks for subdomains of a domain (e.g., "Find subdomains for google.com"): Call the `run_js` tool with the following exact parameters: - script name: index.html - data: A JSON string with the following field: - domain: String. The base domain to search subdomains for (e.g., "example.com").