Skip to content

Commit e4d30b0

Browse files
authored
Release v2.4 (#5)
* Added PACK * Removed standalone rulegen.py * Added tmp_ to .gitignore * Renamed pack.sh > pack-rule.sh * Updated README * Updated VERSION * Updated showinfo.sh * Added pack-mask.sh processor * Updated hash-cracker.sh * Updated VERSION * Changed caps to lowercase * Added NTLM example hashes
1 parent b6ba426 commit e4d30b0

16 files changed

+806524
-9
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
working/
2-
hash-cracker.pot
2+
hash-cracker.pot
3+
tmp_*

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Want to make the ***$HEX[1234]*** Hashcat output readable? Have a look at [hex-t
1212
## Usage
1313

1414
```plain
15-
hash-cracker v2.3 by crypt0rr (https://github.com/crypt0rr)
15+
hash-cracker v2.4 by crypt0rr (https://github.com/crypt0rr)
1616
1717
Checking if requirements are met:
1818
[+] Hashcat is installed
@@ -34,7 +34,8 @@ Checking if requirements are met:
3434
10. Prefix suffix (advise: first run steps above)
3535
11. Common substring (advise: first run steps above)
3636
12. PACK rulegen (read option 99)
37-
13. Fingerprint attack
37+
13. PACK mask (read option 99)
38+
14. Fingerprint attack
3839
99. Show info about modules
3940
4041
Please enter number OR type 'search' to find hashtypes:

VERSION.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version log
22

3+
## v2.4 - Mask Attack
4+
5+
* Removed standalone usage of `rulegen.py`
6+
* Added complete [PACK](https://github.com/iphelix/pack) (Password Analysis and Cracking Kit by Peter Kacherginsky) repo
7+
* Added [Mask Attack](https://hashcat.net/wiki/doku.php?id=mask_attack)
8+
* Added NTLM (-m1000) example hashes
9+
310
## v2.3 - Fingerprinting
411

512
* Added [Fingerprint Attack](https://hashcat.net/wiki/doku.php?id=fingerprint_attack)
File renamed without changes.

0 commit comments

Comments
 (0)