From 7634fcf34270769773c6f9631b4022548d38f0bf Mon Sep 17 00:00:00 2001 From: bandrel Date: Fri, 26 Jan 2018 17:58:22 -0500 Subject: [PATCH] replaced file open method and minor formatting changes --- config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..a18947f --- /dev/null +++ b/config.json @@ -0,0 +1,11 @@ +{ + "hcatPath": "/Passwords/hashcat", + "hcatBin": "hashcat", + "hcatTuning": "--force", + "hcatWordlists": "/Passwords/wordlists", + "hcatOptimizedWordlists": "/Passwords/optimized_wordlists", + "_comment": "Change extension to .bin for Linux and .app for OSX", + "hcatExpanderBin": "expander.app", + "hcatCombinatorBin": "combinator.app", + "hcatPrinceBin": "pp64.app" +} \ No newline at end of file