mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
36 lines
896 B
JSON
36 lines
896 B
JSON
{
|
|
"homepage": "https://hashcat.net/hashcat/",
|
|
"license": "mit",
|
|
"version": "4.0.0",
|
|
"url": "https://hashcat.net/files/hashcat-4.0.0.7z",
|
|
"extract_dir": "hashcat-4.0.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat64.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat32.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"hash": "4717ee088a07e72857db1f9099cfe1ac72de4222e38b4a635e32a38b60fa6d93",
|
|
"checkver": {
|
|
"github": "https://github.com/hashcat/hashcat/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://hashcat.net/files/hashcat-$version.7z",
|
|
"extract_dir": "hashcat-$version"
|
|
}
|
|
}
|