UNPKG

nikto-mcp

Version:

A secure MCP (Model Context Protocol) server that enables AI agents to interact with Nikto web server scanner

4 lines 238 B
import type { ScanOptions } from '../types/scan.types'; export declare function validateScanOptions(options: unknown): ScanOptions; export declare function sanitizeInput(input: string): string; //# sourceMappingURL=scan.validator.d.ts.map