fix: resolve hashcat binary path from hcatPath + hcatBin

When hcatBin is a relative name (e.g. "hashcat"), construct the full
path by joining hcatPath and hcatBin so the correct hashcat binary is
used instead of relying on PATH resolution.
This commit is contained in:
larry.spohn
2026-02-12 13:56:29 -05:00
parent 61bca2c4b6
commit c260787985
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"hcatPath": "/path/to/hate_crack",
"hcatPath": "/path/to/hashcat",
"hcatBin": "hashcat",
"hcatTuning": "--force --remove",
"hcatPotfilePath": "~/.hashcat/hashcat.potfile",