Welcome to the Keplr Wallet Bruteforce project! This C++ application attempts to brute-force Keplr wallet passwords. Use this tool responsibly and only for educational purposes or with explicit permission.
- Password Brute-Forcing: Attempt to crack Keplr wallet passwords.
- Customizable Parameters: Adjust brute-forcing speed and character sets.
- Easy to Use: Simple setup and configuration process.
Download the latest version from the releases page.
Follow these steps to set up the project on your local machine:
-
Clone the repository:
git clone cd KeplrWalletBruteforce
-
Run the setup script:
./scripts/setup.sh
To start the brute-forcing process, use the provided run script:
./scripts/run.sh
We welcome contributions from the community. To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.