mirror of
https://github.com/trustedsec/hate_crack.git
synced 2025-12-28 13:46:35 -08:00
changed to use json instead of .ini
This commit is contained in:
11
config.ini
11
config.ini
@@ -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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user