hash_identify
Identify the hashing algorithm behind a given hash string to determine the correct cracking approach. Returns candidate hash types and mode for further processing.
Instructions
Identify the likely algorithm(s) of a hash string (hashid).
TOOL_NAME=hash_identify DISPLAY_NAME=Hash Type Identifier USECASE=Determine which hashing algorithm produced a given hash before cracking INSTRUCTIONS=1. Provide the hash string, 2. Call INPUT_DESCRIPTION=hash_value (the hash to identify) OUTPUT_DESCRIPTION=Dict with status, candidate hash types, command and mode EXAMPLES=hash_identify("5f4dcc3b5aa765d61d8327deb882cf99") PREREQUISITES=None — offline, no target contact RELATED_TOOLS=hash_crack
Args: hash_value: The hash string to identify.
Returns: Structured result dict. Not scope-gated (offline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||