Skip to content
  • Categories
  • Recent
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Slate)
  • No Skin
Collapse
Brand Logo

hashpwn

Home | Donate | GitHub | Matrix Chat | PrivateBin | Rules

  1. Home
  2. Tools
  3. Hash Cracking
  4. hashes.com Escrow API Tool

hashes.com Escrow API Tool

Scheduled Pinned Locked Moved Hash Cracking
4 Posts 1 Posters 2.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cycloneC Offline
    cycloneC Offline
    cyclone
    Admin Trusted
    wrote on last edited by cyclone
    #1

    Title: hashes.com-escrow-tool
    Author: cyclone
    URL: https://github.com/cyclone-github/hashes.com-escrow-tool
    Description:
    Tool written in Go for interacting with https://hashes.com escrow's API.
    Readme Card

    GitHub issues License GitHub release

     ######################################################################
    #              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:
      • https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt

    Changelog:

    • https://github.com/cyclone-github/hashes.com-escrow-tool/blob/main/CHANGELOG.md

    Mentions:

    • hashes.com offical docs: https://hashes.com/docs
    • hashpwn forum: https://forum.hashpwn.net/post/76

    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.

    Sysadmin by day | Hacker by night | Go Dev | hashpwn
    3x RTX 4090 3x RTX 2080ti
    Forum Rules

    1 Reply Last reply
    👍
    1
    • cycloneC Offline
      cycloneC Offline
      cyclone
      Admin Trusted
      wrote on last edited by
      #2

      New version released.
      https://github.com/cyclone-github/hashes.com-escrow-tool/releases/tag/v1.0.1

      v1.0.1; 2025-07-12
      maintenance release
      

      Sysadmin by day | Hacker by night | Go Dev | hashpwn
      3x RTX 4090 3x RTX 2080ti
      Forum Rules

      1 Reply Last reply
      👍
      0
      • cycloneC Offline
        cycloneC Offline
        cyclone
        Admin Trusted
        wrote on last edited by
        #3

        New version released.
        https://github.com/cyclone-github/hashes.com-escrow-tool/releases/tag/v1.1.1

        Changelog:
        updated print statements to use stdout / stderr where applicable
        beta: added escrow websocket monitor (option #9)
        beta: added -websocket flag to start tool in escrow websocket monitor mode
        

        Sysadmin by day | Hacker by night | Go Dev | hashpwn
        3x RTX 4090 3x RTX 2080ti
        Forum Rules

        1 Reply Last reply
        👍
        1
        • cycloneC Offline
          cycloneC Offline
          cyclone
          Admin Trusted
          wrote on last edited by
          #4

          New version released.
          https://github.com/cyclone-github/hashes.com-escrow-tool/releases/tag/v1.1.2

          v1.1.2; 2025-11-21
          fixed redundant new line logic
          added http timeouts
          

          Full Changelog: https://github.com/cyclone-github/hashes.com-escrow-tool/compare/v1.1.1...v1.1.2

          Sysadmin by day | Hacker by night | Go Dev | hashpwn
          3x RTX 4090 3x RTX 2080ti
          Forum Rules

          1 Reply Last reply
          0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          homogenous-expeditionary
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent