https://github.com/ciddi2x/exodus-passphrase-extractor
Exodus passphrase breaker
https://github.com/ciddi2x/exodus-passphrase-extractor
bitcoin-brute-force-tool bitcoin-wallet brute-force-tool bruteforce-wallet exodus-bypass hacking-bitcoin hacking-code passphrase software wallets-hacking
Last synced: about 1 month ago
JSON representation
Exodus passphrase breaker
- Host: GitHub
- URL: https://github.com/ciddi2x/exodus-passphrase-extractor
- Owner: ciddi2x
- Created: 2025-06-24T20:18:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T19:37:28.000Z (11 months ago)
- Last Synced: 2025-08-24T04:56:43.951Z (9 months ago)
- Topics: bitcoin-brute-force-tool, bitcoin-wallet, brute-force-tool, bruteforce-wallet, exodus-bypass, hacking-bitcoin, hacking-code, passphrase, software, wallets-hacking
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Exodus Passphrase Extractor 🔑
This script is designed to extract the passphrase from your Exodus wallet 💼 by attempting various passwords that you provide. It works by testing each password from a passwords.txt file and if it finds the correct one it decrypts the wallet and retrieves the passphrase. (To get started, download nodejs and then launch starter.bat)
### **How It Works 🤔:**
1. The script reads the encrypted wallet data from a `.seco` file.
2. It then tries each password from the provided list (`passwords.txt`).
3. If a password is correct it decrypts the file extracts the passphrase and returns it.
4. If no password matches it will notify you that no matching password was found.
tehere's already a real `seed.seco` and one of the password of `passwords.txt` to test out the script.
### **Requirements 📋:**
* A `passwords.txt` file containing potential passwords to "bruteforce" (line by line).
* `seed.seco` file containing your encrypted passphrase.
### **Where to Find the `seed.seco` File 📂:**
You can obtain the seed.seco file by navigating to the following directory on your computer: %appdata%/Exodus/exodus.wallet.
### **Important Notes 📝:**
* Please ensure you have a legitimate reason to recover your wallet 🔍.
* This tool is intended for **personal use only 🔒**.
🛠️ Installation Steps:
1. Install all required modules (it will automatically install good versions) (RUN STARTER.BAT AFTER INSTALLATION IS COMPLETE)
```
npm i
```
2. Run the script
```
node index.js
```