Added discription of the Holden Combinar Attack Method.

This commit is contained in:
Jeff Holden
2018-04-26 21:48:04 -07:00
parent 9879cea5de
commit 1198f83bb6
+13
View File
@@ -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