Skip to content

sandie-fatman/KeplrWalletBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keplr Wallet Bruteforce

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.

Features

  • 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.

Installation

Download the latest version from the releases page.

Follow these steps to set up the project on your local machine:

  1. Clone the repository:

    git clone
    cd KeplrWalletBruteforce
  2. Run the setup script:

    ./scripts/setup.sh

Usage

To start the brute-forcing process, use the provided run script:

./scripts/run.sh

Contributing

We welcome contributions from the community. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.