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

https://github.com/machiavelliii/hashin

Simple hash cracking tool written in Go.
https://github.com/machiavelliii/hashin

brute-force cracking-password hashcat sha256 sha512

Last synced: about 2 months ago
JSON representation

Simple hash cracking tool written in Go.

Awesome Lists containing this project

README

        

# Hashin
Simple hash cracking tool written in Go.
#Installation
```
git clone https://github.com/MachiavelliII/Hashin.git
cd Hashin
go build
```
# Usage

```
./hashin
_ _
/\ /\__ _ ___| |__ (_)_ __
/ /_/ / _` / __| '_ \| | '_ \
/ __ / (_| \__ \ | | | | | | | @MachIaVellill
\/ /_/ \__,_|___/_| |_|_|_| |_|

Usage of C:\Users\COMPUMARTS\Desktop\Hashin\hashin.exe:
-s string
The hash you want to crack [Required]
-w string
The wordlist path to use. [Required]
Example: /path/to/wordlist
-x string
Hash algorithm (MD5, SHA256, SHA512, SHA1) [Required]
```