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

https://github.com/cyclone-github/sha1eminor_cracker

SHA1eMinor Hash Cracker
https://github.com/cyclone-github/sha1eminor_cracker

cyclone eminor hash hashcat hashcracking hashgen hashgenerator reverbnation sha1 sha1eminor

Last synced: about 2 months ago
JSON representation

SHA1eMinor Hash Cracker

Awesome Lists containing this project

README

        

[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=sha1eminor_cracker&theme=gruvbox)](https://github.com/cyclone-github/sha1eminor_cracker/)

[![Go Report Card](https://goreportcard.com/badge/github.com/cyclone-github/sha1eminor_cracker)](https://goreportcard.com/report/github.com/cyclone-github/sha1eminor_cracker)
[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/sha1eminor_cracker.svg)](https://github.com/cyclone-github/sha1eminor_cracker/issues)
[![License](https://img.shields.io/github/license/cyclone-github/sha1eminor_cracker.svg)](LICENSE)
[![GitHub release](https://img.shields.io/github/release/cyclone-github/sha1eminor_cracker.svg)](https://github.com/cyclone-github/sha1eminor_cracker/releases)
[![Go Reference](https://pkg.go.dev/badge/github.com/cyclone-github/sha1eminor_cracker.svg)](https://pkg.go.dev/github.com/cyclone-github/sha1eminor_cracker)

### _Note, Plum has released a custom hashcat kernel for this algo which is recommended over using this tool_
https://github.com/PlumLulz/sha1_eMinor

# SHA1eMinor Hash Cracker

Multithreaded hash cracker for custom algo: sha1(eMinor--$saltsha1(eMinor--$plaintext--})--})

_**This tool was proudly the first publicly released cracker for this custom algo.**_

Usage:

`./sha1eminor_cracker.bin -w wordlist.txt -h hashes.txt`
- v2023-09-29.1100; fixed bug that caused program to not exit when all hashes were cracked, multiple code modifications for better hashrate and thread-safety

# SHA1eMinor Hash Gen
Hash gen for custom algo: sha1(eMinor--$saltsha1(eMinor--$plaintext--})--})

Usage:

`./sha1eminor_generator.bin (prompts for password)`
- v2023-09-29.1100; initial release

### Compile from source:
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
- This assumes you have Go and Git installed
- `git clone https://github.com/cyclone-github/sha1eminor_cracker.git`
- `cd sha1eminor_cracker`
- `go mod init sha1eminor_cracker.go`
- `go mod tidy`
- `go build -ldflags="-s -w" sha1eminor_cracker.go`
- Compile from source code how-to:
- https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt