- Source is not public for the moment
The Exodus Stealer Proof of Concept is a pentesting tool designed to demonstrate potential security vulnerabilities in the Exodus wallet application. This project showcases how sensitive information such as mnemonic data can be extracted from the Exodus wallet for educational and testing purposes.
- Extracts mnemonic data from the Exodus wallet
- Decrypts mnemonic data using a passphrase
- Sends notifications to Discord, Telegram, or a TCP server based on configuration
- Clone the repository:
git clone https://github.com/SystemVll/advanced-exodus-stealer.git
- Install dependencies:
bun install
- Modify the configuration in
.env
to specify the notification type (Discord, Telegram, TCP) and relevant details. - Build the payload:
bun run build
- Follow the on-screen instructions to interact with the Exodus wallet and observe the notifications sent.
This project is intended for educational and pentesting purposes only. Do not use this tool for malicious activities. The developers are not responsible for any misuse of this software.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.