giovanni-iannaccone/FlutCrack
用於破解和產生哈希值、建立、編輯和下載字典列表的 Flutter 應用程式 🎯
- Stars
- 29
- Forks
- 3
- 最近推送(UTC)
- 2025年9月28日
- 專案狀態
- 未封存
技術主題
使用的依賴
依賴清單 16 項
- flutter
{"sdk":"flutter"} - crypto
^3.0.1 - file_selector
^1.0.3 - path_provider
^2.1.3 - permission_handler
^11.3.1 - device_info_plus
^10.1.0 - cupertino_icons
^1.0.6 - flutter_riverpod
^2.5.1 - hooks_riverpod
^2.5.1 - flutter_hooks
^0.20.5 - http
^1.2.2 - flutter_test開發依賴
{"sdk":"flutter"} - flutter_lints開發依賴
^4.0.0 - build_runner開發依賴
^2.4.11 - custom_lint開發依賴
^0.6.4 - riverpod_lint開發依賴
^2.3.10
App 分類
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
logo-black-resized IzzySoft
This is the official repository of the FlutCrack app.
👋 FlutCrack
FlutCrack is a Flutter application designed to crack hashes by comparing them against a dictionary of words.
📚 Features
- 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
👩💻 Installation
📜 Prerequisites
- Flutter SDK: Install Flutter
- Dart: Install Dart
- A compatible IDE like Android Studio, IntelliJ IDEA, or VS Code
🧪 Installation Steps
- Clone the repository:
git clone https://github.com/giovanni-iannaccone/FlutCrack cd FlutCrack - Get the dependencies:
flutter pub get - Run the application:
flutter run
🧬 Generating the APK
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.
📱 Installing the APK on Your Phone
🎈 Easy way
Download the last release
🧊 Cool way
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 )
🎮 Usage
- 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.
🎬 Coming Soon
- [x] Hash identifying
- [x] Cleaner code
- [x] New UI
- [x] Multiple wordlists support
- [x] Web Wordlists installation
🧩 Contributing
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.
📂 Folder Structure
.
├── 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
🍃 Contributors
FLutCrack Contributors🔭 Learn
Flutter: https://docs.flutter.dev/cookbook
Hash cracking: https://tryhackme.com/r/room/cryptographyintro
⚖ License
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
⚔ Contact
- 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
📸 Screenshots
🚀 Happy Hacking ...