Skip to main content
Glama

hydra_bruteforce

Brute-force passwords on network services with username and password lists, finding valid credentials for targets like SSH, FTP, HTTP, and more.

Instructions

Password brute-force attack using Hydra. target: IP or hostname to attack service: protocol — ssh, ftp, http-get, http-post-form, smb, mysql, mssql, rdp, telnet, pop3, imap, smtp, vnc username: single username to test userlist: path to username list file (overrides username) e.g. /usr/share/seclists/Usernames/top-usernames-shortlist.txt password: single password to test passlist: path to password list file (overrides password) e.g. /usr/share/wordlists/rockyou.txt port: target port (0 = use service default) tasks: parallel connections per target (default 16) stop_on_first: stop after first valid credential found (-f)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNo
tasksNo
targetYes
serviceYes
passlistNo
passwordNo
userlistNo
usernameNo
stop_on_firstNo
Behavior3/5

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

With no annotations, the description carries the burden of revealing behavior. It does disclose key behaviors like 'userlist overrides username', 'tasks: parallel connections per target', and 'stop_on_first: stop after first valid credential found', providing some operational context. However, it omits side effects like output format, credential storage, or potential account lockouts.

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 a lean, front-loaded one-liner followed by a well-organized parameter list. Each parameter gets a concise, informative line. No wasted words.

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

Completeness3/5

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

The parameter documentation is complete for invocation, but the description lacks information about output or return values (no output schema exists). It also doesn't mention service-specific nuances or integration with credential storage. Given the tool's complexity, this is a noticeable gap.

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

Parameters5/5

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

Schema description coverage is 0%, and the description compensates fully by explaining every parameter with examples and overrides. For instance, it clarifies that userlist overrides username and passlist overrides password, and gives example file paths. This goes well beyond the bare schema.

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 explicitly states 'Password brute-force attack using Hydra' with a specific verb and resource. It clearly distinguishes this tool from siblings like ssh_exec or msf_run_module by naming the Hydra tool and its purpose.

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

Usage Guidelines3/5

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

Usage is implied through the purpose (brute-force credentials) but there is no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. The parameter list gives operational guidance but not strategic context.

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/Neeraj829784/kali-mcp'

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