Skip to main content
Glama
schwarztim

Rubeus MCP Server

by schwarztim

rubeus_hash

Compute Kerberos encryption keys from a password, including NTLM and AES hashes, for ticket requests and Kerberos authentication.

Instructions

Calculate Kerberos password hashes from plaintext.

Computes the various Kerberos encryption keys from a password:

  • RC4_HMAC (NTLM)

  • AES128_CTS_HMAC_SHA1

  • AES256_CTS_HMAC_SHA1

  • DES_CBC_MD5

These hashes can be used for ticket requests and other operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordYesPassword to hash
userNoUsername (required for AES salt)
domainNoDomain (required for AES salt)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description adequately conveys the tool's behavior: it computes hashes and lists output hash types. No destructive or hidden side effects are indicated, and the read-only nature is implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences long, front-loads the core functionality, and contains no unnecessary words. Every sentence is meaningful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although no output schema exists, the description lists the hash types returned. It gives context on usage for ticket requests. Missing details like error handling or exact output format, but sufficient for a simple computation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so baseline is 3. The description adds value by explaining that user and domain are required for AES salt, which goes beyond schema parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it calculates Kerberos password hashes from plaintext and lists specific hash types, which distinguishes it from sibling tools like rubeus_asktgt that use hashes for ticket requests.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions that hashes can be used for ticket requests, providing context for when to use this tool. However, it does not explicitly state when not to use it or compare to alternatives, leaving some inference to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/schwarztim/sec-rubeus-mcp'

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