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. General Discussion
  3. Help Setting up Phantom tool

Help Setting up Phantom tool

Scheduled Pinned Locked Moved General Discussion
2 Posts 2 Posters 408 Views 2 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.
  • R Offline
    R Offline
    Red_Devil
    wrote on last edited by
    #1

    I use to do stuff like this but haven't touched it in years having problems setting up the tools. I get an error for this and that. I looked at the read me but I don't know what its talking about.

    fmt.Fprintln arg list ends with redundant newline
    Error: Phantom vault directory is required

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

      First, you'll need to compile the source code as specified in the GitHub README under Compile from source:
      https://github.com/cyclone-github/phantom_pwn/blob/main/README.md

      For your reference, I've included this below:

      Compile from source:
      This assumes you have Go and Git installed
      git clone https://github.com/cyclone-github/phantom_pwn.git
      phantom_extractor
      cd phantom_pwn/phantom_extractor
      go mod init phantom_extractor
      go mod tidy
      go build -ldflags="-s -w" .
      phantom_decryptor
      cd phantom_pwn/phantom_decryptor
      go mod init phantom_decryptor
      go mod tidy
      go build -ldflags="-s -w" .
      Compile from source code how-to:
      https://github.com/cyclone-github/phantom_pwn/blob/main/README.md
      

      Note: all of my crypto wallet *_pwn toolsets are similar in how to compile the binaries, extract crypto wallet hashes and decrypting / cracking them.

      Once you have the extractor and decryptor compiled, you'll need to run the extractor by pointing it at the directory with your wallet vault:

      phantom_extractor path/to/your/wallet
      

      Once the wallet hash has been extracted, save this to a file such as phantom.txt, then run phantom_decryptor with your phantom.txt and wordlist. This is similar to how you would run hashcat, jtr or mdxfind, but mind the specific -h {hash} and -w {wordlist} CLI commands below:

      phantom_decryptor -h phantom.txt -w wordlist.txt
      

      Running these toolsets requires a prior knowledge of CLI tools. If you're still stumped, send me a DM and I'll walk you through the process.

      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