Skip to main content
Glama

nikto

Scan web servers for vulnerabilities by analyzing misconfigurations, outdated software, and potential security risks using customizable options like port, SSL, and tuning modes.

Input Schema

NameRequiredDescriptionDefault
basicAuthNoBasic authentication credentials (username:password)
cookiesNoCookies to include
outputNoOutput file
portNoPort(s) to scan
proxyNoUse proxy
rawOptionsNoRaw nikto options
rootNoRoot directory
sslNoForce SSL mode
targetYesTarget URL
timeoutNoTimeout for requests
tuningNoTuning mode
useragentNoUser-Agent string

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "basicAuth": { "description": "Basic authentication credentials (username:password)", "type": "string" }, "cookies": { "description": "Cookies to include", "type": "string" }, "output": { "description": "Output file", "type": "string" }, "port": { "description": "Port(s) to scan", "type": "string" }, "proxy": { "description": "Use proxy", "type": "string" }, "rawOptions": { "description": "Raw nikto options", "items": { "type": "string" }, "type": "array" }, "root": { "description": "Root directory", "type": "string" }, "ssl": { "description": "Force SSL mode", "type": "boolean" }, "target": { "description": "Target URL", "format": "uri", "type": "string" }, "timeout": { "description": "Timeout for requests", "type": "integer" }, "tuning": { "description": "Tuning mode", "type": "string" }, "useragent": { "description": "User-Agent string", "type": "string" } }, "required": [ "target" ], "type": "object" }

You must be authenticated.

Other Tools from Pentest MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/pentest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server