Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jubinjacob03/hash-cracker

An advanced hash cracking tool with support for multiple hashing algorithms, multithreading, and integration with online hash cracking APIs.
https://github.com/jubinjacob03/hash-cracker

brute-force cli cli-interface cracking-hashes hash md5-hash multithreading python sha-256-hash sha-384 sha-512 sha1-hash

Last synced: about 1 month ago
JSON representation

An advanced hash cracking tool with support for multiple hashing algorithms, multithreading, and integration with online hash cracking APIs.

Awesome Lists containing this project

README

        

# Advanced Hash Cracker

An advanced hash cracking CLI tool with support for multiple hashing algorithms, multithreading, and integration with online hash cracking APIs.

## Features
- Supports MD5, SHA-1, SHA-256, SHA-384, and SHA-512
- Multithreading for improved performance
- Integration with multiple online hash cracking APIs
- Brute-force attack using a wordlist

## Installation
1. Clone the repository
2. Install the required packages
```sh
pip install -r requirements.txt
```

## Usage

```sh
- python hash_cracker.py
```