From 22944505d9c8337d2d246aee22c8b6514a12b2c1 Mon Sep 17 00:00:00 2001 From: bandrel Date: Tue, 8 May 2018 12:09:48 -0400 Subject: [PATCH] Abstracted the wordlists and masks and put them in the configfile --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 40cb851..6780e5c 100644 --- a/config.json +++ b/config.json @@ -10,5 +10,7 @@ "hcatMiddleCombinatorMasks": ["2","4"," ","-","_","+",",",".","&"], "hcatMiddleBaseList": "rockyou.txt", "hcatThoroughCombinatorMasks": ["0","1","2","3","4","5","6","7","8","9"," ","-","_","+",",","!","#","$","\"","%","&","'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","]","^","`","{","|","}","~"], - "hcatThoroughBaseList": "rockyou.txt" + "hcatThoroughBaseList": "rockyou.txt", + "hcatGoodMeasureBaseList": "rockyou.txt", + "hcatPrinceBaseList": "rockyou.txt" } \ No newline at end of file