Perfect for server-based operations, HashDB stores known hashes, passwords, and unknown hashes in a local SQL database. Over time and usage, HashDB will build up its password list from your imports and its known hashes.
██╗ ██╗ █████╗ ███████╗██╗ ██╗██████╗ ██████╗ ██║ ██║██╔══██╗██╔════╝██║ ██║██╔══██╗██╔══██╗ ███████║███████║███████╗███████║██║ ██║██████╔╝ ██╔══██║██╔══██║╚════██║██╔══██║██║ ██║██╔══██╗ ██║ ██║██║ ██║███████║██║ ██║██████╔╝██████╔╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═════╝
- Server-Based Operations: Designed for robust, server-side hash-cracking tasks.
- SQL Integration: Utilizes SQL databases for efficient management and querying of large datasets.
- Password and Hash Storage: Maintains a local SQL database of known hashes, passwords, and unknown hashes.
- Automated Learning: Builds up its password list from your imports and its known hashes over time.
- Python 3.x
- SQLite3
- Required Python packages (listed in requirements.txt)
- Clone the repository
git clone https://github.com//cwsecur1ty/HashDB.git
- Navigate to the project directory:
cd HashDB
- Install the required packages:
pip install -r requirements.txt
I welcome contributions to improve HashDB. Please fork the repository and submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.