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
- Host: GitHub
- URL: https://github.com/cyclone-github/sha1eminor_cracker
- Owner: cyclone-github
- License: gpl-2.0
- Created: 2023-04-26T19:03:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:34:45.000Z (about 1 year ago)
- Last Synced: 2024-06-21T20:06:37.700Z (11 months ago)
- Topics: cyclone, eminor, hash, hashcat, hashcracking, hashgen, hashgenerator, reverbnation, sha1, sha1eminor
- Language: Go
- Homepage:
- Size: 2.7 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cyclone-github/sha1eminor_cracker/)
[](https://goreportcard.com/report/github.com/cyclone-github/sha1eminor_cracker)
[](https://github.com/cyclone-github/sha1eminor_cracker/issues)
[](LICENSE)
[](https://github.com/cyclone-github/sha1eminor_cracker/releases)
[](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