From 03deb961de13ba20e6149ac3f051eff7f71bf4ac Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 21 Feb 2018 13:00:27 +0000 Subject: [PATCH] Update hashcat to version 4.1.0 --- hashcat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hashcat.json b/hashcat.json index d32b09e1ec..b0fa2e0a90 100644 --- a/hashcat.json +++ b/hashcat.json @@ -1,9 +1,9 @@ { "homepage": "https://hashcat.net/hashcat/", "license": "mit", - "version": "4.0.1", - "url": "https://hashcat.net/files/hashcat-4.0.1.7z", - "extract_dir": "hashcat-4.0.1", + "version": "4.1.0", + "url": "https://hashcat.net/files/hashcat-4.1.0.7z", + "extract_dir": "hashcat-4.1.0", "architecture": { "64bit": { "bin": [ @@ -24,7 +24,7 @@ ] } }, - "hash": "48246eeaf682060c34a42e7e8fbfbd2e9315d0442eda35bf0aa8f81796184fac", + "hash": "6edac8a411f013408e5113b2419b3fe1fb5ea996b6c2e27cd8d8e54b0776b112", "checkver": { "github": "https://github.com/hashcat/hashcat/" },