hashcat@6.2.5: Add wrapper batch script (#3661)

* hashcat: add note to invoke it from install folder

* hashcat: use a batch script as wrapper to fix #2804

* hashcat: remove note about batch script as wrapper

* hashcat: update pre_install command
This commit is contained in:
Enan Ajmain 2022-06-10 23:19:45 +06:00 committed by GitHub
parent 53bb2fe65f
commit f7b99c0704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@
}
},
"extract_dir": "hashcat-6.2.5",
"bin": "hashcat.exe",
"pre_install": "Set-Content -Value \"@echo off`r`npushd $dir`r`nhashcat.exe %*`r`npopd\" -Path \"$dir\\hashcat.cmd\"",
"bin": "hashcat.cmd",
"checkver": {
"github": "https://github.com/hashcat/hashcat"
},