hashes.com-escrow-tool

command module
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2025 License: GPL-2.0 Imports: 29 Imported by: 0

README

Readme Card

GitHub issues License GitHub release

Hashes.com API Escrow Tool

 ######################################################################
#              Cyclone's Hashes.com API Escrow Tool v1.1.2             #
#           github.com/cyclone-github/hashes.com-escrow-tool           #
#            This tool requires an API key from hashes.com             #
#                   'Search Hashes' requires credits                   #
#                     See hashes.com for more info                     #
 ######################################################################

API key verified

Select an option:
1.  Upload Founds
2.  Upload History
3.  Download Left Lists
4.  Search Hashes
5.  Hash Identifier
6.  Wallet Balance
7.  Show Profit
8.  Withdrawal History
9.  Monitor Escrow WebSocket
n.  Enter New API
r.  Remove API Key
c.  Clear Screen
q.  Quit

Tool written in Go for interacting with https://hashes.com escrow's API. Currently supports all known API calls from hashes.com.

Inspiration from Plum's python3 CLI tool: https://github.com/PlumLulz/hashes.com-cli

Features:
  • Upload Founds
    • image
    • Select from file list
    • Paste custom file path
    • Paste hash:plaintext
  • Show Upload History
  • Download List Lists
  • Search Hashes (requires credits from hashes.com)
  • Hash Identifier
  • Wallet Balance
  • Show Profit
  • Withdraw History
  • Monitor Escrow WebSocket
  • Saves API key locally with AES encrypted key file
Usage:
  • Run tool normally
    • escrow_tool
  • Start tool in websocket escrow monitor mode (can be used to monitor escrow and/or pipe escrow job json into external program)
    • escrow_tool -websocket
    • escrow_tool -websocket | jq
    • escrow_tool -websocket | escrow_cracking_bot
Install latest release:
go install github.com/cyclone-github/hashes.com-escrow-tool@latest
Install from latest source code (bleeding edge):
go install github.com/cyclone-github/hashes.com-escrow-tool@main
Compile from source:
  • 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.
  • This assumes you have Go and Git installed
    • git clone https://github.com/cyclone-github/hashes.com-escrow-tool.git # clone repo
    • cd hashes.com-escrow-tool # enter project directory
    • go build -ldflags="-s -w" . # compile binary in current directory
    • go install -ldflags="-s -w" . # compile binary and install to $GOPATH
  • Compile from source code how-to:
Changelog:
Mentions:
Antivirus False Positives:
  • 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.
  • Uploading your compiled binaries to https://virustotal.com and leaving an up-vote or a comment would be helpful as well.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL