From 146b3d2a91d7ce2cf25c153dc476469397a5e184 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:30:39 +0000 Subject: [PATCH] hashcat: Update to version 7.1.1 --- bucket/hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hashcat.json b/bucket/hashcat.json index baa99fc0c0..7d00480592 100644 --- a/bucket/hashcat.json +++ b/bucket/hashcat.json @@ -1,15 +1,15 @@ { - "version": "7.1.0", + "version": "7.1.1", "description": "Advanced password recovery tool", "homepage": "https://hashcat.net/hashcat/", "license": "MIT", "architecture": { "64bit": { - "url": "https://hashcat.net/files/hashcat-7.1.0.7z", - "hash": "37be13b2dfdd1da7a3f68847ff817a22c144fc8d76170f51aae412e8b3ee24fd" + "url": "https://hashcat.net/files/hashcat-7.1.1.7z", + "hash": "e09f88233ae8a88e0e60d68c20e4f5094d9122af533a7d186a45d8d55d08f3a0" } }, - "extract_dir": "hashcat-7.1.0", + "extract_dir": "hashcat-7.1.1", "persist": "hashcat.potfile", "pre_install": [ "Set-Content -Value \"@echo off`r`npushd $dir`r`nhashcat.exe %*`r`npopd\" -Path \"$dir\\hashcat.cmd\"",