Skip to main content
Glama
MIT License
13
77
  • Linux
  • Apple

nikto

Scan web servers for vulnerabilities, misconfigurations, and outdated software. Provides detailed security insights through comprehensive tests, including SSL checks, port scanning, and customizable tuning options.

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" }

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