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.
12 lines • 371 B
TypeScript
import { DomainInfo } from '../types/index.js';
export declare class CSVExportService {
private csvData;
constructor();
addDomain(domainInfo: DomainInfo): void;
private assessThreats;
private getThreatLevel;
private escapeCSV;
exportToFile(filename: string): Promise<void>;
getRowCount(): number;
}
//# sourceMappingURL=csv-export.d.ts.map