Simple hash cracking tool written in Go. #Installation
git clone https://github.com/MachiavelliII/Hashin.git
cd Hashin
go build
./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]