Simples decrypter para hashes
Project description
HashStorm
1. Introdução
Aplicação CLI em Python para realizar o decode de hashes, baseado em um ataque de força bruta a partir de uma wordlist.
Licença
A GPLv3
2. Instalação
pip install hashstorm
Checando a versão:
hashstorm -v
ou
hashstorm --version
2.1. Pré-requisitos:
- Python 3.10 ou superior
- Pip
3. Exemplos de uso
- Texto em claro teve aplicação de md5 -> base64 -> sha1. Tem-se o hash sha1, tentativa através da wordlist, voltar e chegar no texto em claro:
hashstorm wordlist/storm-wordlist.txt md5,base64,sha1
- Texto em claro teve aplicação de md5 -> sha512. Tem-se o hash sha512, tentativa através da wordlist, voltar e chegar no texto em claro:
hashstorm wordlist/storm-wordlist.txt md5,sha512
- Texto em claro teve aplicação de sha256 -> md5 -> base64 -> sha1. Tem-se o hash sha512, tentativa através da wordlist, voltar e chegar no texto em claro:
hashstorm wordlist/storm-wordlist.txt sha256,md5,base64,sha1
- Consultando o help:
hashstorm -h
ou
hashstorm --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hashstorm-0.2.0.tar.gz
(6.0 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hashstorm-0.2.0.tar.gz.
File metadata
- Download URL: hashstorm-0.2.0.tar.gz
- Upload date:
- Size: 6.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-91-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
829dc6540478b4efa126d241f294eb577bc7e5ecfa156c629a21e9ac48f8fbf2
|
|
| MD5 |
30e07f93c84a06b6cd5401b9301b583d
|
|
| BLAKE2b-256 |
c0a62d3806b2f45e8a7b96bbf1309dddf7c8dcf269cbf77d2dcd2e5eb0c2fbac
|
File details
Details for the file hashstorm-0.2.0-py3-none-any.whl.
File metadata
- Download URL: hashstorm-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-91-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c7e5f49e46b05794c12faba80b2170fa40fbcbfed598688943f46a29dd32c6e
|
|
| MD5 |
e27fff163bb94254e2bba0b1414059ce
|
|
| BLAKE2b-256 |
77091513e3e7c2acd8a17c58b6dbe729e48e001d425298e8f0d30723ba7b93e1
|