UNPKG

domainlooker

Version:

🕵️ Mission-critical domain intelligence gathering tool with spy-themed interface. Comprehensive WHOIS, DNS, SSL, network analysis, subdomain discovery, and API-ready JSON exports.

11 lines 318 B
import { DNSData } from '../types/index.js'; export declare class DNSService { lookup(domain: string): Promise<DNSData>; private getARecords; private getAAAARecords; private getMXRecords; private getNSRecords; private getTXTRecords; private getSOARecord; } //# sourceMappingURL=dns.d.ts.map