mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
add hashcat and just hashcat (#1539)
* add manifest for hashcat * use extract_dir properly * remove utf bom * Fix hashcat
This commit is contained in:
parent
c3b97385f9
commit
0e8cb6389e
35
hashcat.json
Normal file
35
hashcat.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://hashcat.net/hashcat/",
|
||||||
|
"license": "mit",
|
||||||
|
"version": "3.5.0",
|
||||||
|
"url": "https://hashcat.net/files/hashcat-3.5.0.7z",
|
||||||
|
"extract_dir": "hashcat-3.5.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"hashcat64.exe",
|
||||||
|
"hashcat",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"hashcat32.exe",
|
||||||
|
"hashcat",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": "0f3f1338325e1f46c1a622b30e9b90c4b54216d89e00b74816562e2659b2fc2a",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/hashcat/hashcat/"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://hashcat.net/files/hashcat-$version.7z",
|
||||||
|
"extract_dir": "hashcat-$version"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user