sensepost / hash-cracker-apple-silicon

Script to perform some hashcracking logic automagically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED | hash-cracker - Apple Silicon Edition


Please note: hash-cracker - Apple Silicon Edition was merged into hash-cracker v4.0 onwards.


Simple script to get some hash cracking done effectively. In this blog you can read some background on hash-cracker.

Some sites where you can find word lists:

Want to make the $HEX[1234] Hashcat output readable? Have a look at hex-to-readable or use CyberChef.

Installation

git clone https://github.com/crypt0rr/hash-cracker

Usage

./hash-cracker [FLAG]

Flags

Note: flags are optional, by default hash-cracker will run with optimized kernels enabled and perform loopback actions.

        -l / --no-loopback
                 Disable loopback functionality
        -n / --no-limit
                 Disable the use of optimized kernels (un-limits password length)
        --hwmon-enable
                 Enable hashcat to do hardware monitoring
        --module-info
                 Display information around modules/options
        -s [hash-name] / --search [hash-name]
                 Will search local DB for hash module. E.g. '-s ntlm'
        --static
                 Use the 'hash-cracker.conf' static configuration file.

Static Configuration File

By default, hash-cracker will run in 'ask you all variable' mode. When specifying --static the hash-cracker.conf file is used for some basic settings. You can specify:

  • HASHCAT - binary path where you've installed hashcat
  • HASHTYPE - mode hashcat will run in (e.g. 1000 (NTLM))
  • HASHLIST - file containing target hashes
  • POTFILE - specify the potfile you want to use / create
  • WORDLIST - specify the first static word list
  • WORDLIST2 - specify the second static word list

Example Hashes

Example hashes are provided in 3 formats within the example-hashes directory.

  • MD5 (-m 0)
  • SHA1 (-m 100)
  • NTLM (-m 1000)

If you feel like cracking a large database, have a look at Have I Been Pwned (SHA1 / NTLM)

Version log

See here

License

GNU GPLv3

About

Script to perform some hashcracking logic automagically

License:GNU General Public License v3.0


Languages

Language:Python 54.4%Language:Shell 23.0%Language:Ruby 22.6%