import { ScannerModule } from '../types'; /** * DNS/ICMP Tool Scanner * * Detects potentially unsafe usage of network diagnostic tools (ping, nslookup, dig, host) * via child_process.exec/spawn with variable interpolation, which may lead to command injection. * * MEDIUM severity: Variable interpolation detected (template literals, concatenation) * HIGH severity: User input directly interpolated (req.*, event.*, input.*, etc.) */ export declare const dnsIcmpToolScanner: ScannerModule; //# sourceMappingURL=dns-icmp-tool-scanner.d.ts.map