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)
- The script reads the encrypted wallet data from a
.seco
file. - It then tries each password from the provided list (
passwords.txt
). - If a password is correct it decrypts the file extracts the passphrase and returns it.
- 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 ofpasswords.txt
to test out the script.
- A
passwords.txt
file containing potential passwords to "bruteforce" (line by line). seed.seco
file containing your encrypted passphrase.
You can obtain the seed.seco
file by navigating to the following directory on your computer: %appdata%/Exodus/exodus.wallet
.
- Please ensure you have a legitimate reason to recover your wallet π.
- This tool is intended for personal use only π.
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