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.

8 lines 282 B
import { SSLData } from '../types/index.js'; export declare class SSLService { getCertificate(domain: string, port?: number): Promise<SSLData>; private formatCertificateName; private isCertificateValid; private getDaysUntilExpiry; } //# sourceMappingURL=ssl.d.ts.map