{"id":18396046,"url":"https://github.com/cyclone-github/hashes.com-escrow-tool","last_synced_at":"2026-05-13T18:03:12.928Z","repository":{"id":189424740,"uuid":"680526208","full_name":"cyclone-github/hashes.com-escrow-tool","owner":"cyclone-github","description":"API tool for hashes.com's escrow","archived":false,"fork":false,"pushed_at":"2024-02-25T21:23:19.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-14T23:51:44.145Z","etag":null,"topics":["api","cli","cracking","cyclone","escrow","hash","hashcracking","hashes","tool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyclone-github.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-08-19T14:30:40.000Z","updated_at":"2024-04-14T21:26:49.362Z","dependencies_parsed_at":"2024-04-14T21:26:47.869Z","dependency_job_id":"774a2a1b-f517-4899-9fa3-41e3fff6b39f","html_url":"https://github.com/cyclone-github/hashes.com-escrow-tool","commit_stats":null,"previous_names":["cyclone-github/hashes.com-escrow-tool"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fhashes.com-escrow-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fhashes.com-escrow-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fhashes.com-escrow-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fhashes.com-escrow-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyclone-github","download_url":"https://codeload.github.com/cyclone-github/hashes.com-escrow-tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581739,"owners_count":21128227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cli","cracking","cyclone","escrow","hash","hashcracking","hashes","tool"],"created_at":"2024-11-06T02:12:41.343Z","updated_at":"2026-05-13T18:03:12.923Z","avatar_url":"https://github.com/cyclone-github.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Readme Card](https://github-readme-stats-fast.vercel.app/api/pin/?username=cyclone-github\u0026repo=hashes.com-escrow-tool\u0026theme=gruvbox)](https://github.com/cyclone-github/hashes.com-escrow-tool/)\n\n\u003c!-- [![Go Report Card](https://goreportcard.com/badge/github.com/cyclone-github/hashes.com-escrow-tool)](https://goreportcard.com/report/github.com/cyclone-github/hashes.com-escrow-tool) --\u003e\n[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/hashes.com-escrow-tool.svg)](https://github.com/cyclone-github/hashes.com-escrow-tool/issues)\n[![License](https://img.shields.io/github/license/cyclone-github/hashes.com-escrow-tool.svg)](LICENSE)\n[![GitHub release](https://img.shields.io/github/release/cyclone-github/hashes.com-escrow-tool.svg)](https://github.com/cyclone-github/hashes.com-escrow-tool/releases)\n\n# Hashes.com API Escrow Tool\n```\n ######################################################################\n#              Cyclone's Hashes.com API Escrow Tool v1.1.3             #\n#           github.com/cyclone-github/hashes.com-escrow-tool           #\n#            This tool requires an API key from hashes.com             #\n#                   'Search Hashes' requires credits                   #\n#                     See hashes.com for more info                     #\n ######################################################################\n\nAPI key verified\n\nSelect an option:\n1.  Upload Founds\n2.  Upload History\n3.  Download Left Lists\n4.  Search Hashes\n5.  Hash Identifier\n6.  Wallet Balance\n7.  Show Profit\n8.  Withdrawal History\n9.  Monitor Escrow WebSocket\nn.  Enter New API\nr.  Remove API Key\nc.  Clear Screen\nq.  Quit\n```\nTool written in Go for interacting with https://hashes.com escrow's API. Currently supports all known API calls from hashes.com.\n\nInspiration from Plum's python3 CLI tool:\nhttps://github.com/PlumLulz/hashes.com-cli\n \n### Features:\n- Upload Founds\n  - ![image](https://i.imgur.com/GzRN3lE.png)\n  - Select from file list\n  - Paste custom file path\n  - Paste hash:plaintext\n- Show Upload History\n- Download List Lists\n- Search Hashes (requires credits from hashes.com)\n- Hash Identifier\n- Wallet Balance\n- Show Profit\n- Withdraw History\n- Monitor Escrow WebSocket\n- Saves API key locally with AES encrypted key file\n\n### Usage:\n- Run tool normally\n  - `escrow_tool`\n- Start tool in websocket escrow monitor mode (can be used to monitor escrow and/or pipe escrow job json into external program)\n  - `escrow_tool -websocket`\n  - `escrow_tool -websocket | jq`\n  - `escrow_tool -websocket | escrow_cracking_bot`\n\n### Install latest release:\n```\ngo install github.com/cyclone-github/hashes.com-escrow-tool@latest\n```\n### Install from latest source code (bleeding edge):\n```\ngo install github.com/cyclone-github/hashes.com-escrow-tool@main\n```\n\n### Compile from source:\n- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.\n- This assumes you have Go and Git installed\n  - `git clone https://github.com/cyclone-github/hashes.com-escrow-tool.git`  # clone repo\n  - `cd hashes.com-escrow-tool`                                               # enter project directory\n  - `go build -ldflags=\"-s -w\" .`                              # compile binary in current directory\n  - `go install -ldflags=\"-s -w\" .`                            # compile binary and install to $GOPATH\n- Compile from source code how-to:\n  - https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt\n\n### Changelog:\n- https://github.com/cyclone-github/hashes.com-escrow-tool/blob/main/CHANGELOG.md\n\n### Mentions:\n- hashes.com offical docs: https://hashes.com/docs\n- hashpwn forum: https://forum.hashpwn.net/post/76\n\n### Antivirus False Positives:\n- Several antivirus programs on VirusTotal incorrectly detect compiled Go binaries as a false positive. This issue primarily affects the Windows executable binary, but is not limited to it. If this concerns you, I recommend carefully reviewing the source code, then proceed to compile the binary yourself.\n- Uploading your compiled binaries to https://virustotal.com and leaving an up-vote or a comment would be helpful as well.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fhashes.com-escrow-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclone-github%2Fhashes.com-escrow-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fhashes.com-escrow-tool/lists"}