https://github.com/00nx/exodus-decryptor
lightweight script to show how exodus wallet-seedphrases are extracted and decrypted on windows.
https://github.com/00nx/exodus-decryptor
crypto crypto-wallet cryptography decryption decryptor exodus exodus-wallet exodus-wallet-decryptor seed-phrase-grabber stealer wallet-grabber wallet-stealer
Last synced: about 1 month ago
JSON representation
lightweight script to show how exodus wallet-seedphrases are extracted and decrypted on windows.
- Host: GitHub
- URL: https://github.com/00nx/exodus-decryptor
- Owner: 00nx
- Created: 2024-02-10T06:13:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T16:00:12.000Z (4 months ago)
- Last Synced: 2025-06-24T16:48:28.147Z (4 months ago)
- Topics: crypto, crypto-wallet, cryptography, decryption, decryptor, exodus, exodus-wallet, exodus-wallet-decryptor, seed-phrase-grabber, stealer, wallet-grabber, wallet-stealer
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔓 a simple exodus wallet seed-phrase decryptor and password bruteforce
> [!CAUTION]
> never share your wallet seed-phrases with anyone it can give them access to your assets# installation
```s
git clone https://github.com/00nx/exodus-decryptor.git
```
```s
cd exodus-decryptor
```
```s
npm install bitcoin-seed seco-file
```
```s
node index.js
```## this script is for education purposes and for showcasing only, it's not for any infostealer programs or malicious use cases