From 398b6ddc201c7837e2d39db7f19eaffc53dd7f39 Mon Sep 17 00:00:00 2001 From: bandrel Date: Wed, 9 May 2018 11:55:47 -0400 Subject: [PATCH] Revert "Moved config.json to example and added gitignore" This reverts commit 9460e66f1c9ee7fcd6e19a53876eb6abab0a2fda. --- .gitignore | 1 - config.json.example | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 .gitignore delete mode 100644 config.json.example diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d344ba6..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.json diff --git a/config.json.example b/config.json.example deleted file mode 100644 index 1313211..0000000 --- a/config.json.example +++ /dev/null @@ -1,11 +0,0 @@ -{ - "hcatPath": "/Passwords/hashcat", - "hcatBin": "hashcat", - "hcatTuning": "--force", - "hcatWordlists": "/Passwords/wordlists", - "hcatOptimizedWordlists": "/Passwords/optimized_wordlists", - "hcatMiddleCombinatorMasks": ["2","4"," ","-","_","+",",",".","&"], - "hcatMiddleBaseList": "rockyou.txt", - "hcatThoroughCombinatorMasks": ["0","1","2","3","4","5","6","7","8","9"," ","-","_","+",",","!","#","$","\"","%","&","'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","]","^","`","{","|","}","~"], - "hcatThoroughBaseList": "rockyou.txt" -} \ No newline at end of file