($200 reward) Phantom Wallet seed phrase recovery - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: ($200 reward) Phantom Wallet seed phrase recovery (/thread-11801.html) Pages:
1
2
|
RE: ($200 reward) Phantom Wallet seed phrase recovery - cyclone - 04-22-2024 (02-01-2024, 07:46 PM)Qwarkz Wrote: ...I have written several extractor/decryptor tools for crypto wallets including Metamask, Atomic, and Phantom. Yesterday, I publicly released the Phantom Extractor / Decryptor code on github which supports the new wallet version like your example. https://github.com/cyclone-github/phantom_pwn Feel free to contact me if you need the seed phrase decrypted. It's a process, but doable. For clarity, the python3 scripts posted by bingussssssss seem to work fine with the previous version of Phantom wallets, but not the newer wallets which have 4x encrypted json strings. Old Phantom Wallet: Code: encryptedMnemonic | {"expiry":{digits},"value":"{\"encrypted\":\"{base58_string}\",\"nonce\":\"{base58_string}\",\"kdf\":\"pbkdf2\",\"salt\":\"{base58_string}\",\"iterations\":10000,\"digest\":\"sha256\"}"} Code: {"encryptedKey":{"digest":"sha256","encrypted":"{base58_string}","iterations":10000,"kdf":"pbkdf2","nonce":"{base58_string}","salt":"{base58_string}"},"version":1} RE: ($200 reward) Phantom Wallet seed phrase recovery - bingussssssss - 04-30-2024 (04-22-2024, 05:51 PM)cyclone Wrote:(02-01-2024, 07:46 PM)Qwarkz Wrote: ...I have written several extractor/decryptor tools for crypto wallets including Metamask, Atomic, and Phantom. Yesterday, I publicly released the Phantom Extractor / Decryptor code on github which supports the new wallet version like your example. Thanks for bringing this up -- I'll see if I can get some scripts working for this type as well. question -- do each of the 4 encrypted strings represent different asset types, whereas the previous version is just SOL? RE: ($200 reward) Phantom Wallet seed phrase recovery - cyclone - 04-30-2024 (04-30-2024, 12:38 PM)bingussssssss Wrote: question -- do each of the 4 encrypted strings represent different asset types, whereas the previous version is just SOL?The 4x encrypted json strings in the new Phantom vaults are part of a multi-step process of decrypting and recovering the seed phrase. I posted a paper on GitHub that explains the process: https://github.com/cyclone-github/phantom_pwn RE: ($200 reward) Phantom Wallet seed phrase recovery - bingussssssss - 05-03-2024 (04-30-2024, 05:16 PM)cyclone Wrote:(04-30-2024, 12:38 PM)bingussssssss Wrote: question -- do each of the 4 encrypted strings represent different asset types, whereas the previous version is just SOL?The 4x encrypted json strings in the new Phantom vaults are part of a multi-step process of decrypting and recovering the seed phrase. I posted a paper on GitHub that explains the process: wonderful, thank u RE: ($200 reward) Phantom Wallet seed phrase recovery - BloodElf808 - 07-22-2024 (04-22-2024, 05:51 PM)cyclone Wrote:(02-01-2024, 07:46 PM)Qwarkz Wrote: ...I have written several extractor/decryptor tools for crypto wallets including Metamask, Atomic, and Phantom. Yesterday, I publicly released the Phantom Extractor / Decryptor code on github which supports the new wallet version like your example. Sent you a DM! RE: ($200 reward) Phantom Wallet seed phrase recovery - jakezain - 11-22-2024 (04-30-2024, 05:16 PM)cyclone Wrote:(04-30-2024, 12:38 PM)bingussssssss Wrote: question -- do each of the 4 encrypted strings represent different asset types, whereas the previous version is just SOL?The 4x encrypted json strings in the new Phantom vaults are part of a multi-step process of decrypting and recovering the seed phrase. I posted a paper on GitHub that explains the process: Hello mate, i know this is a few months old but i wanted to know whether it is possible to recover the 12 words if you have forgotten your password ? as most scripts i see use your initial password. I have forgotten my password but was able to retrieve the encrypted key since its the same device. RE: ($200 reward) Phantom Wallet seed phrase recovery - cyclone - 11-23-2024 (11-22-2024, 03:23 PM)jakezain Wrote:(04-30-2024, 05:16 PM)cyclone Wrote:(04-30-2024, 12:38 PM)bingussssssss Wrote: question -- do each of the 4 encrypted strings represent different asset types, whereas the previous version is just SOL?The 4x encrypted json strings in the new Phantom vaults are part of a multi-step process of decrypting and recovering the seed phrase. I posted a paper on GitHub that explains the process: The first step in recovering the seed phrase is recovering the password. Check out my phantom_pwn toolset and writeup on github as it will lead you in the right direction. RE: ($200 reward) Phantom Wallet seed phrase recovery - jakezain - 11-24-2024 (11-23-2024, 06:58 AM)cyclone Wrote:sent you a dm regarding this!(11-22-2024, 03:23 PM)jakezain Wrote:(04-30-2024, 05:16 PM)cyclone Wrote:(04-30-2024, 12:38 PM)bingussssssss Wrote: question -- do each of the 4 encrypted strings represent different asset types, whereas the previous version is just SOL?The 4x encrypted json strings in the new Phantom vaults are part of a multi-step process of decrypting and recovering the seed phrase. I posted a paper on GitHub that explains the process: |