cwsecur1ty / HashDB

A server-based hash-cracking tool integrated with SQL databases for efficient management and querying of large datasets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is not yet complete.

SQL Backed Hash cracking suite

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.

██╗  ██╗ █████╗ ███████╗██╗  ██╗██████╗ ██████╗ 
██║  ██║██╔══██╗██╔════╝██║  ██║██╔══██╗██╔══██╗
███████║███████║███████╗███████║██║  ██║██████╔╝
██╔══██║██╔══██║╚════██║██╔══██║██║  ██║██╔══██╗
██║  ██║██║  ██║███████║██║  ██║██████╔╝██████╔╝
╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚═════╝ 

Features

  • 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.

Getting Started

  • Python 3.x
  • SQLite3
  • Required Python packages (listed in requirements.txt)

Installation

  1. Clone the repository
     git clone https://github.com/yourusername/HashDB.git
  2. Navigate to the project directory:
    cd HashDB
  3. Install the required packages:
    pip install -r requirements.txt

Usage

Contributing

I welcome contributions to improve HashDB. Please fork the repository and submit pull requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A server-based hash-cracking tool integrated with SQL databases for efficient management and querying of large datasets.

License:Other


Languages

Language:Python 100.0%