Skip to content

v2023-09-29.1100

Latest
Compare
Choose a tag to compare
@cyclone-github cyclone-github released this 29 Sep 17:13
· 6 commits to main since this release
0c2e64a

Cyclone's SHA1eMinor Hash Cracker

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

  1. Linux 386
  2. Linux x64
  3. Linux ARM HF (raspberry pi <= 3)
  4. Linux ARM x64 (raspberry pi >= 4)
  5. Windows 386
  6. Windows x64
  7. Mac OS x64

Usage:
./sha1eminor_cracker -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

Cyclone's SHA1eMinor Hash Gen

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

Usage:
./sha1eminor_generator (prompts for password)

  • version 0.1.0; initial release (no changes since last release)