Skip to content

Commit

Permalink
Release v4.0 (#36)
Browse files Browse the repository at this point in the history
* Update binaries common-substr

* Version bump

* Update VERSION.md

* Update README.md

* mkpass Linux / Mac

* Move PACK

* Expander change

* Change hashcat-utils

* Implement host checking

* Update README.md

* Machine fix prefixsuffix.sh

* Machine fix commonsubstring.sh

* Machine fix markov-generator.sh

* Add 'input' to .gitignore

* Parameter else checker for other then Mac / Linux

* Fix to test

* Switching to 'else'

* Update README.md
  • Loading branch information
crypt0rr authored Nov 13, 2023
1 parent 7e5c67f commit ab19c52
Show file tree
Hide file tree
Showing 132 changed files with 3,035 additions and 163 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
working/
hash-cracker.pot
.DS_Store
.DS_Store
input
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# hash-cracker

---

Simple script to get some hash cracking done effectively. In [this blog](https://sensepost.com/blog/2023/hash-cracker-password-cracking-done-effectively/) you can read some background on hash-cracker.

---

Some sites where you can find wordlists:

- <https://weakpass.com/>
- <https://hashmob.net/>

Want to make the ***$HEX[1234]*** Hashcat output readable? Have a look at [hex-to-readable](https://github.com/crypt0rr/hex-to-readable) or use [CyberChef](https://cyberchef.offsec.nl/).

## Apple Silicon Edition

There is a separate repo with support for Apple Silicon based systems. Find it over here: [hash-cracker-apple-silicon](https://github.com/crypt0rr/hash-cracker-apple-silicon)

## Installation

```plain
Expand All @@ -21,10 +21,16 @@ git clone https://github.com/crypt0rr/hash-cracker

### Requirements for Full Functionality

#### Linux

- Python2
- `pip install pyenchant==3.0.0a1`
- [CeWL](https://github.com/digininja/CeWL/)

#### macOS

- [CeWL](https://github.com/digininja/CeWL/)

## Usage

```plain
Expand Down
Loading

0 comments on commit ab19c52

Please sign in to comment.