hashcat: Update to version 6.2.5

This commit is contained in:
Richard Kuhnt 2021-12-03 18:02:00 +00:00
parent b1009f475a
commit 05d5ba2385

View File

@ -1,15 +1,15 @@
{ {
"version": "6.2.4", "version": "6.2.5",
"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.4.7z", "url": "https://hashcat.net/files/hashcat-6.2.5.7z",
"hash": "be6abeca5ab5b06a17850c69e954e7124d91ecdb5844b75e4df548158cbc9514" "hash": "3e88d8aa97e857b9bae836048b38d31039ead18f7ad011f8c40d465758312519"
} }
}, },
"extract_dir": "hashcat-6.2.4", "extract_dir": "hashcat-6.2.5",
"bin": "hashcat.exe", "bin": "hashcat.exe",
"checkver": { "checkver": {
"github": "https://github.com/hashcat/hashcat" "github": "https://github.com/hashcat/hashcat"