diff --git a/config.ini b/config.ini deleted file mode 100644 index 9528bfd..0000000 --- a/config.ini +++ /dev/null @@ -1,11 +0,0 @@ -[Default Paths] -hcatPath=/Passwords/hashcat -hcatBin=hashcat -hcatTuning=--force -hcatWordlists=/Passwords/wordlists -hcatOptimizedWordlists=/Passwords/optimized_wordlists - -# Change extension to .bin for Linux and .app for OSX -hcatExpanderBin=expander.app -hcatCombinatorBin=combinator.app -hcatPrinceBin=pp64.app diff --git a/config.json b/config.json index a18947f..f9273ba 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,9 @@ { - "hcatPath": "/Passwords/hashcat", - "hcatBin": "hashcat", + "hcatPath": "/opt/hashcat-3.40/", + "hcatBin": "hashcat64.bin", "hcatTuning": "--force", - "hcatWordlists": "/Passwords/wordlists", - "hcatOptimizedWordlists": "/Passwords/optimized_wordlists", + "hcatWordlists": "/mnt/extra/wordlists", + "hcatOptimizedWordlists": "/mnt/extra/rDownloads/new-wordlists", "_comment": "Change extension to .bin for Linux and .app for OSX", "hcatExpanderBin": "expander.app", "hcatCombinatorBin": "combinator.app",