hashcat: Update to version 6.2.2

This commit is contained in:
Richard Kuhnt 2021-06-13 14:00:22 +00:00
parent c398dfd082
commit 481471be09

View File

@ -1,15 +1,15 @@
{ {
"version": "6.2.1", "version": "6.2.2",
"description": "Advanced password recovery tool", "description": "Advanced password recovery tool",
"homepage": "https://hashcat.net/hashcat/", "homepage": "https://hashcat.net/hashcat/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://hashcat.net/files/hashcat-6.2.1.7z", "url": "https://hashcat.net/files/hashcat-6.2.2.7z",
"hash": "d2b3c8f333c22cc4a021c916a95b8461e18d9c87103080fe06da247ae37cec80" "hash": "a0eb967f23b5f50643df5939f9d322a85eaf739d0393d4d5c32d36652c3abb25"
} }
}, },
"extract_dir": "hashcat-6.2.1", "extract_dir": "hashcat-6.2.2",
"bin": "hashcat.exe", "bin": "hashcat.exe",
"checkver": { "checkver": {
"github": "https://github.com/hashcat/hashcat" "github": "https://github.com/hashcat/hashcat"