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.
- Host: GitHub
- URL: https://github.com/machiavelliii/hashin
- Owner: MachiavelliII
- License: gpl-3.0
- Created: 2024-11-11T03:58:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T04:07:38.000Z (6 months ago)
- Last Synced: 2025-02-06T09:18:56.716Z (3 months ago)
- Topics: brute-force, cracking-password, hashcat, sha256, sha512
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```