This is the official repository of the FlutCrack app.
FlutCrack is a Flutter application designed to crack hashes by comparing them against a dictionary of words.
- Hash cracking and algorithms identifying
- Support for multiple hash algorithms:
- MD5
- SHA-1
- SHA-224
- SHA-256
- SHA-384
- SHA-512
- SHA-512/224
- SHA-512/256
- User-friendly interface with text input and dropdown selection for hash algorithms
- Dynamic wordlists support ( from web, device memory or in-app created )
- Words hasher
- Flutter SDK: Install Flutter
- Dart: Install Dart
- A compatible IDE like Android Studio, IntelliJ IDEA, or VS Code
- Clone the repository:
git clone https://github.com/giovanni-iannaccone/FlutCrack cd FlutCrack
- Get the dependencies:
flutter pub get
- Run the application:
flutter run
To generate an APK file for installation on an Android device, follow these steps:
- Open a terminal and navigate to the project directory.
- Run the following command to build the APK
flutter build apk --release
This command will generate an APK file at build/app/outputs/flutter-apk/app-release.apk.
Download the last release
Connect your Android device to your computer via USB. Enable USB debugging on your Android device. You can find this option in Settings > Developer options. If Developer options is not visible, you may need to enable it by tapping Build number seven times in Settings > About phone. Copy the generated APK file (app-release.apk) to your device. On your device, locate the APK file using a file manager app and tap on it to install. You may need to allow installations from unknown sources. This can be done by going to Settings > Security > Unknown sources.
( or any method you like to download an apk )
- Open the FlutCrack application on your device or emulator.
- Before cracking your hash, go to the wordlists section, create and add words to your wordlist. This step is required only on the first run, as the previous wordlist will be saved for future use.
- Go back to the home screen, pick the wordlist you want to use from those you created, from your device memory or from the web.
- Enter the hash you want to crack in the text field.
- Select the hash algorithm from the dropdown menu (if you know it).
- Press the action button to start the cracking process.
- The result will be displayed below the input fields.
Caution
The FlutCrack team does not assume any responsibility for the improper use of the app.
- Hash identifying
- Cleaner code
- New UI
- Multiple wordlists support
- Web Wordlists installation
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch ( using this convention).
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Create a pull request to the main repository.
.
โโโ core/ Core components
โ โโโ utils/ Common utils files
โโโ features/ Everything which isn't a common function
โ โโโ about/ About Us screen stuff
โ โ โโโ presentation/ The about us Screen
โ โโโ hashing/ Hashing screens stuff
โ โ โโโ data/ Data management for hashing
โ โ โโโ domain/ Logic for hashing functions
โ โ โ โโโ entities/ Algorithms and hashing functions
โ โ โ โโโ repositories/ Implementations to access hashing data
โ โ โ โโโ usecases/ Use cases for hashing
โ โ โโโ presentation/ Hashing screens
โ โ โโโ state/ Hashing screens state notifier
โ โ โโโ widgets/ Widget for hashing screens
โ โโโ wordlists/ Wordlists screens stuff
โ โโโ data/ Data management for wordlists
โ โโโ domain/ Logic for wordlists related functions
โ โ โโโ repositories/ Implementations to access wordlists data
โ โ โโโ usecases/ Use cases for wordlists
โ โโโ presentation/ Wordlists screens
โ โโโ state/ Wordlists screens state notifier
โโโ shared/data/ classes to manage things
Flutter: https://docs.flutter.dev/cookbook
Hash cracking: https://tryhackme.com/r/room/cryptographyintro
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
- For any inquiries or support, please contact iannacconegiovanni444@gmail.com .
- Visit my site for more informations about me and my work https://giovanni-iannaccone.github.io
๐ Happy Hacking ...