2025-08-02 00:42:02 +00:00

33 lines
1.0 KiB
JSON

{
"version": "7.0.0",
"description": "Advanced password recovery tool",
"homepage": "https://hashcat.net/hashcat/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://hashcat.net/files/hashcat-7.0.0.7z",
"hash": "19e126642e1db7902125072dce539c53485c721735325a747bd03e8af3135d78"
}
},
"extract_dir": "hashcat-7.0.0",
"persist": "hashcat.potfile",
"pre_install": [
"Set-Content -Value \"@echo off`r`npushd $dir`r`nhashcat.exe %*`r`npopd\" -Path \"$dir\\hashcat.cmd\"",
"# potfile, https://hashcat.net/faq/potfile",
"$pot = 'hashcat.potfile'",
"if (!(Test-Path \"$persist_dir\\$pot\")) { New-Item \"$dir\\$pot\" }"
],
"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"
}
}