← 返回 Skills 市场
krishnakumarmahadevan-cmd

Hash Finder

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hash-finder
功能描述
Crack and identify hashes by attempting to match them against known hash databases and common plaintext values.
使用说明 (SKILL.md)

Overview

The Hash Finding Tool is a security utility designed to identify the plaintext values behind cryptographic hashes. By leveraging extensive hash databases and intelligent matching algorithms, this tool helps security professionals, penetration testers, and incident responders quickly determine the original values of captured or discovered hashes.

This tool supports common hash types and performs rapid lookups against curated datasets of known hash-plaintext pairs. It is ideal for password auditing, forensic analysis, breach investigation, and general security research where hash identification is required.

Whether you're validating password strength in a security assessment or recovering plaintext from discovered hashes during an incident, the Hash Finding Tool provides fast, accurate results through a simple API interface.

Usage

Request Example:

{
  "hash": "5d41402abc4b2a76b9719d911017c592"
}

Response Example:

{
  "hash": "5d41402abc4b2a76b9719d911017c592",
  "plaintext": "hello",
  "hash_type": "MD5",
  "found": true,
  "confidence": 0.99
}

Endpoints

POST /crack-hash

Description:
Attempts to crack or identify a given hash by matching it against known hash databases and common plaintext values.

Method: POST
Path: /crack-hash

Request Parameters:

Name Type Required Description
hash string Yes The hash value to crack. Accepts MD5, SHA-1, SHA-256, and other common hash formats.

Response Schema:

The response returns a JSON object containing:

Field Type Description
hash string The input hash that was queried.
plaintext string The plaintext value if a match was found; null if not found.
hash_type string The detected or inferred hash algorithm type (e.g., "MD5", "SHA-1", "SHA-256").
found boolean true if a match was located in the database; false otherwise.
confidence number A confidence score between 0 and 1 indicating the likelihood of an accurate match.

Status Codes:

  • 200 OK — Hash lookup completed successfully.
  • 422 Unprocessable Entity — Validation error (e.g., missing or malformed hash parameter).

Pricing

Plan Calls/Day Calls/Month Price
Free 5 50 Free
Developer 20 500 $39/mo
Professional 200 5,000 $99/mo
Enterprise 100,000 1,000,000 $299/mo

About

ToolWeb.in — 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/security/hash-finder
  • API Docs: https://api.mkkpro.com:8008/docs
安全使用建议
This skill will likely send any hashes you provide to external servers (toolweb.in / api.mkkpro.com). Before installing or using it: 1) Do not submit real user passwords or unsalted password hashes — test only with non-sensitive examples. 2) Ask the publisher for the API server URL, authentication requirements, and a privacy/retention policy. 3) Verify the service reputation (toolweb.in / mkkpro domains) and whether an API key is required (the SKILL.md lists pricing but the skill declares no credentials). 4) If you need offline cracking, prefer local tools (hashcat/john) rather than an unknown third-party API. If the publisher can confirm where requests go, whether keys are required, and provide a privacy statement, reassess; until then treat this as untrusted for sensitive data.
功能分析
Type: OpenClaw Skill Name: hash-finder Version: 1.0.0 The skill bundle provides a legitimate utility for identifying the plaintext values of cryptographic hashes by querying an external database. The documentation in SKILL.md and the API definition in openapi.json are consistent with the stated purpose, and there is no evidence of malicious intent, data exfiltration, or prompt injection attacks. The tool communicates with a specified external endpoint (api.mkkpro.com) solely to perform the hash lookups requested by the user.
能力评估
Purpose & Capability
The SKILL.md describes a network-backed hash-cracking API (references to api.mkkpro.com and toolweb.in) and pricing tiers, but the skill declares no required credentials or environment variables. If the skill actually calls a paid or authenticated external service, missing credentials is an inconsistency. No homepage or verifiable owner information is provided (source unknown).
Instruction Scope
The instructions and OpenAPI schema describe a /crack-hash endpoint and provide example requests/responses; they imply the agent will send supplied hashes to an external service. The SKILL.md does not document privacy, retention, or whether hashes are sent to third parties. Sending password hashes or other sensitive material to an external API without clear policy is a privacy/exfiltration risk.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to be written to disk, which minimizes installation risk.
Credentials
No environment variables or credentials are declared even though the README mentions pricing and external service portals (portal.toolweb.in, hub.toolweb.in). Either the service is public/free (contradicted by pricing) or the skill omits required API keys — the omission is disproportionate and unexplained.
Persistence & Privilege
The skill does not request always:true, does not declare system config paths, and is user-invocable only. It does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hash-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hash-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Hash Finding Tool 1.0.0 – Initial Release - Introduces an API tool for cracking and identifying cryptographic hashes (MD5, SHA-1, SHA-256, and more). - Provides the /crack-hash endpoint to match input hashes against known hash databases. - Returns plaintext, hash type, match confidence, and found status in a structured JSON response. - Includes clear pricing tiers and usage limits for Free, Developer, Professional, and Enterprise plans. - Documentation links and reference endpoints provided for easy integration and further details.
元数据
Slug hash-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Hash Finder 是什么?

Crack and identify hashes by attempting to match them against known hash databases and common plaintext values. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Hash Finder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hash-finder」即可一键安装,无需额外配置。

Hash Finder 是免费的吗?

是的,Hash Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hash Finder 支持哪些平台?

Hash Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hash Finder?

由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论