Skip to content

Releases: JacobMisirian/CrackerJac

CrackerJac Version 1.4.1

18 Nov 22:27
Compare
Choose a tag to compare

Fixed in 1.4.1

Huge bug where debug time was always showing as well as restarting the stopwatch for each hash.

New

Added -a --advanced [MAX_LENGTH] so that you can specify the max number appended in advanced mode.
Added -c --caps so that dictionaryEntry and DictionaryEntry will be tried.
Added -d --debug so that the execution time will be shown for each hash cracked.
Added -l --letters [ALPHA] so that the alphabet can be changed for brute forcing to STDCOMPLETE, STDLOWER, STDUPPER, NUMS, or SYMS.
Added -o --output [FILE] so that output from the crack can be sent to a file.
Added -t --type [METHOD] so that the hashing method can be changed from MD5 to RIPEMD160, SHA1, SHA256, SHA384, or SHA512.

CrackerJac Version 1.4.0

18 Nov 16:16
Compare
Choose a tag to compare

New

Added -a --advanced [MAX_LENGTH] so that you can specify the max number appended in advanced mode.
Added -c --caps so that dictionaryEntry and DictionaryEntry will be tried.
Added -d --debug so that the execution time will be shown for each hash cracked.
Added -l --letters [ALPHA] so that the alphabet can be changed for brute forcing to STDCOMPLETE, STDLOWER, STDUPPER, NUMS, or SYMS.
Added -o --output [FILE] so that output from the crack can be sent to a file.
Added -t --type [METHOD] so that the hashing method can be changed from MD5 to RIPEMD160, SHA1, SHA256, SHA384, or SHA512.

CrackerJac Version 1.3.0

12 Nov 23:56
Compare
Choose a tag to compare

New

Revamped the argument system to work better.
Fixed appending results.
Added -a --advanced to optionally append 0-999 to the end of each dictionary try.

CrackerJac Version 1.2.0

12 Nov 16:22
Compare
Choose a tag to compare

New

Catches Exceptions from BufferOverflow and FileNotFound
Removed Read() at the end

Added BruteForcing with option -b [(-m)] [LENGTH] [HASH_FILE]!

CrackerJac Version 1.1.0

11 Nov 13:47
Compare
Choose a tag to compare

New

Ignores leading and trailing whitespace in the hashes file.
Can search to see if a word is in the dictionary with CrackerJac --search [WORD] [DICTIONARY.txt]
Can generate hash with --generate-unsalted [WORD] or --generate-salted [WORD] [SALT]

CrackerJac Version 1.0.0

10 Nov 17:14
Compare
Choose a tag to compare

Features

Cracking regular MD5 passwords.
Cracking MyBB Salted passwords.

Each hash gets it's own thread.

Fast-easy-simple