hashcat: Update to version 6.2.0

This commit is contained in:
Richard Kuhnt 2021-05-15 07:00:22 +00:00
parent 7096f50d9a
commit a42e6a3acd

View File

@ -1,15 +1,15 @@
{ {
"version": "6.1.1", "version": "6.2.0",
"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.1.1.7z", "url": "https://hashcat.net/files/hashcat-6.2.0.7z",
"hash": "444e1e671147056e96d265c77d8d44e8fef908bd008ce60fd4c3853a1c9ad3af" "hash": "0b956b51843076c8945414efdbdbf586318a74086aae29bd472b1af102d2e0f2"
} }
}, },
"extract_dir": "hashcat-6.1.1", "extract_dir": "hashcat-6.2.0",
"bin": "hashcat.exe", "bin": "hashcat.exe",
"checkver": { "checkver": {
"github": "https://github.com/hashcat/hashcat" "github": "https://github.com/hashcat/hashcat"