mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-06 20:46:48 -07:00
Added discription of the Holden Combinar Attack Method.
This commit is contained in:
@@ -71,6 +71,7 @@ $ ./hate_crack.py <hash file> 1000
|
||||
(8) Pathwell Top 100 Mask Brute Force Crack
|
||||
(9) PRINCE Attack
|
||||
(10) YOLO Combinator Attack
|
||||
(11) Holden Combinator Attack
|
||||
|
||||
(97) Display Cracked Hashes
|
||||
(98) Display README
|
||||
@@ -138,6 +139,18 @@ Runs a PRINCE attack using wordlists/rockyou.txt
|
||||
Runs a continuous combinator attack using random wordlists from the
|
||||
optimized wordlists for the left and right sides.
|
||||
|
||||
#### Holden Combinator Attack
|
||||
https://jeffh.net/2018/04/26/holden-combinator/
|
||||
|
||||
Runs a modified combinator attack using:
|
||||
rockyou + ?d + rockyou
|
||||
rockyou + ?s + rockyou
|
||||
rockyou + ?d + rockyou + ?d
|
||||
rockyou + ?s + rockyou + ?s
|
||||
rockyou + ?d + rockyou + ?s
|
||||
rockyou + ?s + rockyou + ?d
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
### Version History
|
||||
Version 1.00
|
||||
|
||||
Reference in New Issue
Block a user