Help Setting up Phantom tool
-
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 -
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.mdFor 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.mdNote: all of my crypto wallet
*_pwntoolsets 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/walletOnce the wallet hash has been extracted, save this to a file such as
phantom.txt, then runphantom_decryptorwith yourphantom.txtandwordlist. 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.txtRunning 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.
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