Loading repository data…
Loading repository data…
ayushbrmn08 / repository
HashCracker GUI is a lightweight, user-friendly application designed to efficiently crack password hashes using dictionary-based attacks. Built with Python and powered by CustomTkinter, the tool provides a modern graphical interface that simplifies hash-cracking tasks for ethical hacking, penetration testing, and educational purposes.
HashCracker GUI is a lightweight, user-friendly application designed to efficiently crack password hashes using dictionary-based attacks. Built with Python and powered by CustomTkinter, the tool provides a modern graphical interface that simplifies hash-cracking tasks for ethical hacking, penetration testing, and educational purposes.
To run HashCracker locally, follow these steps:
Clone the repository: git clone https://github.com/your-username/hashcracker.git
Navigate into the project directory: cd hashcracker
Set up a Python virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate # On Windows, use venv\Scripts\activate
Install the required dependencies: pip install -r requirements.txt
Run the application: python hashcracker.py
To use HashCracker:
Q: The application is not starting.
pip install -r requirements.txt.Q: How do I add more words to the wordlist?