Skip to main content
Glama

WireMCP

by 0xKoda

extract_credentials

Extract HTTP Basic Auth, FTP, and Telnet credentials from PCAP files for LLM analysis using the WireMCP server. Analyze network traffic for actionable insights.

Instructions

Extract potential credentials (HTTP Basic Auth, FTP, Telnet) from a PCAP file for LLM analysis

Input Schema

NameRequiredDescriptionDefault
pcapPathYesPath to the PCAP file to analyze (e.g., ./demo.pcap)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pcapPath": { "description": "Path to the PCAP file to analyze (e.g., ./demo.pcap)", "type": "string" } }, "required": [ "pcapPath" ], "type": "object" }

You must be authenticated.

Other Tools from WireMCP

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/0xKoda/WireMCP'

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