mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
37 lines
951 B
JSON
37 lines
951 B
JSON
{
|
|
"homepage": "https://hashcat.net/hashcat/",
|
|
"description": "Advanced password recovery tool.",
|
|
"license": "MIT",
|
|
"version": "6.0.0",
|
|
"url": "https://hashcat.net/files/hashcat-6.0.0.7z",
|
|
"extract_dir": "hashcat-6.0.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat64.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": [
|
|
[
|
|
"hashcat32.exe",
|
|
"hashcat",
|
|
""
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"hash": "869c0622696108589cab876c5ec25b9b4787ba0af9554fad6f9e2366d128eff1",
|
|
"checkver": {
|
|
"github": "https://github.com/hashcat/hashcat/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://hashcat.net/files/hashcat-$version.7z",
|
|
"extract_dir": "hashcat-$version"
|
|
}
|
|
}
|