Ross Smith II 89c94ad7e0
Add 25 descriptions (#371)
* Add 25 descriptions

* Update bucket/hashcat.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/hub.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/imagemagick.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/imagemagick.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/leiningen.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/leiningen.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/libwebp.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/mercurial.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/kotlin-native.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/kubectl.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/make.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/haxe.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update kotlin-native.json

* Update leiningen.json

* Update lessmsi.json

* Update libwebp.json
2019-08-21 09:48:30 -07:00

37 lines
951 B
JSON

{
"homepage": "https://hashcat.net/hashcat/",
"description": "Advanced password recovery tool.",
"license": "MIT",
"version": "5.1.0",
"url": "https://hashcat.net/files/hashcat-5.1.0.7z",
"extract_dir": "hashcat-5.1.0",
"architecture": {
"64bit": {
"bin": [
[
"hashcat64.exe",
"hashcat",
""
]
]
},
"32bit": {
"bin": [
[
"hashcat32.exe",
"hashcat",
""
]
]
}
},
"hash": "d3b98f183be2b676d1d9734ac40d80b79e9b53fac32045636682ca10970c8edb",
"checkver": {
"github": "https://github.com/hashcat/hashcat/"
},
"autoupdate": {
"url": "https://hashcat.net/files/hashcat-$version.7z",
"extract_dir": "hashcat-$version"
}
}