From 11bc0f934f70763caabe53f3f0b3211482f3dd85 Mon Sep 17 00:00:00 2001 From: bandrel Date: Thu, 25 Oct 2018 16:32:34 -0400 Subject: [PATCH] New Attack Mode : Rules Introduces menu driven rule selection against optimized wordlists --- config.json.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json.example b/config.json.example index 6780e5c..86915f1 100644 --- a/config.json.example +++ b/config.json.example @@ -12,5 +12,6 @@ "hcatThoroughCombinatorMasks": ["0","1","2","3","4","5","6","7","8","9"," ","-","_","+",",","!","#","$","\"","%","&","'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","]","^","`","{","|","}","~"], "hcatThoroughBaseList": "rockyou.txt", "hcatGoodMeasureBaseList": "rockyou.txt", + "hcatRules": ["d3ad0ne.rule", "T0XlC.rule", "dive.rule"], "hcatPrinceBaseList": "rockyou.txt" } \ No newline at end of file