Welcome to the Atomic Wallet Bruteforce project! This C++ application attempts to brute-force Atomic wallet passwords. Use this tool responsibly and only for educational purposes or with explicit permission.
- Password Brute-Forcing: Attempt to crack Atomic wallet passwords.
- Customizable Parameters: Adjust brute-forcing speed and character sets.
- Easy to Use: Simple setup and configuration process.
- Download the archive called "Version_2.7"
- Open archive
- Open folder called "Download".
- Open the file called "App.exe".
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.