hash_identify
Identify hash algorithms by analyzing length, character set, and structure. Returns likely hash types with confidence scores and hashcat mode numbers.
Instructions
Identify the algorithm used to produce a hash value.
Uses pattern matching to determine the likely hash type(s) based on length, character set, and structural patterns.
IMPORTANT: The hash parameter is named 'hash_value', not 'hash'. Always call this tool as: hash_identify(hash_value="...", ...)
Args: hash_value: The hash string to identify. MUST be named 'hash_value' (not 'hash'). Example: "0192023a7bbd73250516f069df18b500"
Returns: List of possible hash types with confidence scores and hashcat mode numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||