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" + } +}