Enan Ajmain f7b99c0704
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
2022-06-10 22:49:45 +05:30

27 lines
840 B
JSON

{
"version": "6.2.5",
"description": "Advanced password recovery tool",
"homepage": "https://hashcat.net/hashcat/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://hashcat.net/files/hashcat-6.2.5.7z",
"hash": "3e88d8aa97e857b9bae836048b38d31039ead18f7ad011f8c40d465758312519"
}
},
"extract_dir": "hashcat-6.2.5",
"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"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://hashcat.net/files/hashcat-$version.7z"
}
},
"extract_dir": "hashcat-$version"
}
}