返回顶部
H

Hash Finding Tool

Crack and identify hashes by attempting to match them against known hash databases and common plaintext values.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
72
下载量
0
收藏
概述
安装方式
版本历史

Hash Finding Tool

# 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:** ```json { "hash": "5d41402abc4b2a76b9719d911017c592" } ``` **Response Example:** ```json { "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. - 🌐 [toolweb.in](https://toolweb.in) - 🔌 [portal.toolweb.in](https://portal.toolweb.in) - 🤖 [hub.toolweb.in](https://hub.toolweb.in) - 🐾 [toolweb.in/openclaw/](https://toolweb.in/openclaw/) - 🚀 [rapidapi.com/user/mkrishna477](https://rapidapi.com/user/mkrishna477) - 📺 [youtube.com/@toolweb-009](https://youtube.com/@toolweb-009) ## References - **Kong Route:** `https://api.mkkpro.com/security/hash-finder` - **API Docs:** `https://api.mkkpro.com:8008/docs`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 hash-finder-1776117917 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 hash-finder-1776117917 技能

通过命令行安装

skillhub install hash-finder-1776117917

下载 Zip 包

⬇ 下载 Hash Finding Tool v1.0.0

文件大小: 2.78 KB | 发布时间: 2026-4-14 11:23

v1.0.0 最新 2026-4-14 11:23
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部