Skip to main content

Simples decoder 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

GPLv3

2. Instalação

pip install hashstorm

Checando a versão:

hashstorm -v

ou

hashstorm --version

2.1. Pré-requisitos:

  1. Python 3.10 ou superior
  2. Pip

3. Exemplos de uso

  1. 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
  1. 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
  1. 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
  1. Consultando o help:
hashstorm -h

ou

hashstorm --help

Project details


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.1.0.tar.gz (6.0 MB view hashes)

Uploaded Source

Built Distribution

hashstorm-0.1.0-py3-none-any.whl (6.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page