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.
10 lines • 376 B
TypeScript
import { NetworkData } from '../types/index.js';
export declare class NetworkService {
private readonly commonPorts;
private readonly extendedPorts;
scanPorts(domain: string, extended?: boolean): Promise<number[]>;
private scanPort;
getNetworkInfo(domain: string): Promise<NetworkData>;
private identifyServices;
}
//# sourceMappingURL=network.d.ts.map