2025-08-18 08:30:39 +00:00

33 lines
1.0 KiB
JSON

{
"version": "7.1.1",
"description": "Advanced password recovery tool",
"homepage": "https://hashcat.net/hashcat/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://hashcat.net/files/hashcat-7.1.1.7z",
"hash": "e09f88233ae8a88e0e60d68c20e4f5094d9122af533a7d186a45d8d55d08f3a0"
}
},
"extract_dir": "hashcat-7.1.1",
"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"
}
}