From 0e8cb6389e1c9badb823d118b977395587394eb9 Mon Sep 17 00:00:00 2001 From: 7anner <7anner@users.noreply.github.com> Date: Fri, 2 Jun 2017 04:51:51 -0600 Subject: [PATCH] add hashcat and just hashcat (#1539) * add manifest for hashcat * use extract_dir properly * remove utf bom * Fix hashcat --- hashcat.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hashcat.json diff --git a/hashcat.json b/hashcat.json new file mode 100644 index 0000000000..dcd729b2ef --- /dev/null +++ b/hashcat.json @@ -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" + } +}