hashcat: Update to version 7.1.0

This commit is contained in:
github-actions[bot] 2025-08-16 12:31:46 +00:00
parent df6088174a
commit 70252b63e6

View File

@ -1,15 +1,15 @@
{
"version": "7.0.0",
"version": "7.1.0",
"description": "Advanced password recovery tool",
"homepage": "https://hashcat.net/hashcat/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://hashcat.net/files/hashcat-7.0.0.7z",
"hash": "19e126642e1db7902125072dce539c53485c721735325a747bd03e8af3135d78"
"url": "https://hashcat.net/files/hashcat-7.1.0.7z",
"hash": "37be13b2dfdd1da7a3f68847ff817a22c144fc8d76170f51aae412e8b3ee24fd"
}
},
"extract_dir": "hashcat-7.0.0",
"extract_dir": "hashcat-7.1.0",
"persist": "hashcat.potfile",
"pre_install": [
"Set-Content -Value \"@echo off`r`npushd $dir`r`nhashcat.exe %*`r`npopd\" -Path \"$dir\\hashcat.cmd\"",