From 8d703a6cfff72c50717b9cd850a04bf5b77a02a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:31:01 +0000 Subject: [PATCH] hashcat: Update to version 6.2.6 --- bucket/hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index 2324a143ef..248b9b8a4b 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,15 +1,15 @@ { - "version": "6.2.5", + "version": "6.2.6", "description": "Advanced password recovery tool", "homepage": "https://hashcat.net/hashcat/", "license": "MIT", "architecture": { "64bit": { - "url": "https://hashcat.net/files/hashcat-6.2.5.7z", - "hash": "3e88d8aa97e857b9bae836048b38d31039ead18f7ad011f8c40d465758312519" + "url": "https://hashcat.net/files/hashcat-6.2.6.7z", + "hash": "96697e9ef6a795d45863c91d61be85a9f138596e3151e7c2cd63ccf48aaa8783" } }, - "extract_dir": "hashcat-6.2.5", + "extract_dir": "hashcat-6.2.6", "pre_install": "Set-Content -Value \"@echo off`r`npushd $dir`r`nhashcat.exe %*`r`npopd\" -Path \"$dir\\hashcat.cmd\"", "bin": "hashcat.cmd", "checkver": {