From ab08af5a473be1bdf877d3fd7a059bdb2226e121 Mon Sep 17 00:00:00 2001 From: bandrel Date: Thu, 25 Oct 2018 16:40:29 -0400 Subject: [PATCH] New Attack Mode : Rules Introduces menu driven rule selection against optimized wordlists --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0befcaf..f4c48bd 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,7 @@ $ ./hate_crack.py 1000 (10) YOLO Combinator Attack (11) Middle Combinator Attack (12) Thorough Combinator Attack + (13) Rules Attack (96) Export Output to Excel Format (97) Display Cracked Hashes @@ -161,7 +162,10 @@ https://jeffh.net/2018/04/26/combinator_methods/ - Hybrid middle/end attack: rockyou.txt + ?n + rockyou.txt + ?n - Hybrid middle/end attack: rockyou.txt + ?s + rockyou.txt + ?s - +#### Rules Attack +* Runs one or more selected rules against the optimized wordlist directory. Can customize and add user created rules by +editing the hcatRules in the config file. Rules need to be in the rules directory of hcatPath. + ------------------------------------------------------------------- ### Version History Version 1.05