From 13e2dec01783f6b98850f395a40a6356923c09f1 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Tue, 16 Jun 2020 17:30:11 +0200 Subject: [PATCH] hashcat 6.0.0 --- docs/readme.txt | 2 +- extra/tab_completion/hashcat.sh | 2 +- include/restore.h | 4 ++-- src/Makefile | 4 ++-- tools/package_bin.sh | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/readme.txt b/docs/readme.txt index ced98fa88..b3d9f478e 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -7,7 +7,7 @@ |_____| /___________/ |_____| /_____/ /_______| : : : -hashcat v5.1.0 +hashcat v6.0.0 ============== AMD GPUs on Linux require "RadeonOpenCompute (ROCm)" Software Platform (3.1 or later) diff --git a/extra/tab_completion/hashcat.sh b/extra/tab_completion/hashcat.sh index 62d51e518..f953375a5 100644 --- a/extra/tab_completion/hashcat.sh +++ b/extra/tab_completion/hashcat.sh @@ -411,7 +411,7 @@ _hashcat_contains () _hashcat () { - local VERSION=5.1.0 + local VERSION=6.0.0 local ATTACK_MODES="0 1 3 6 7" local HCCAPX_MESSAGE_PAIRS="0 1 2 3 4 5" diff --git a/include/restore.h b/include/restore.h index 60d2b06fa..f7cbd9a2f 100644 --- a/include/restore.h +++ b/include/restore.h @@ -15,8 +15,8 @@ #include #endif // _WIN -#define RESTORE_VERSION_MIN 340 -#define RESTORE_VERSION_CUR 510 +#define RESTORE_VERSION_MIN 600 +#define RESTORE_VERSION_CUR 600 int cycle_restore (hashcat_ctx_t *hashcat_ctx); diff --git a/src/Makefile b/src/Makefile index c7cbf3e7f..af29457cc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,8 +5,8 @@ SHARED := 0 DEBUG := 0 -PRODUCTION := 0 -PRODUCTION_VERSION := v5.1.0 +PRODUCTION := 1 +PRODUCTION_VERSION := v6.0.0 ENABLE_CUBIN := 1 ENABLE_BRAIN := 1 USE_SYSTEM_LZMA := 0 diff --git a/tools/package_bin.sh b/tools/package_bin.sh index 8e109803d..a97393fbe 100755 --- a/tools/package_bin.sh +++ b/tools/package_bin.sh @@ -6,7 +6,7 @@ ## export IN=$HOME/hashcat -export OUT=$HOME/xy/hashcat-5.1.0 +export OUT=$HOME/xy/hashcat-6.0.0 rm -rf $OUT rm -rf $OUT.7z