add hashcat and just hashcat (#1539)

* add manifest for hashcat

* use extract_dir properly

* remove utf bom

* Fix hashcat
This commit is contained in:
7anner 2017-06-02 04:51:51 -06:00 committed by Richard Kuhnt
parent c3b97385f9
commit 0e8cb6389e

35
hashcat.json Normal file
View 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"
}
}