1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 23:58:07 +00:00

hashcat 6.1.0

This commit is contained in:
Jens Steube 2020-07-28 12:29:13 +02:00
parent f28e894096
commit 9ed07f892b
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
* changes v6.0.0 -> v6.0.x
* changes v6.0.0 -> v6.1.0
##
## Algorithms

View File

@ -411,7 +411,7 @@ _hashcat_contains ()
_hashcat ()
{
local VERSION=6.0.0
local VERSION=6.1.0
local ATTACK_MODES="0 1 3 6 7"
local HCCAPX_MESSAGE_PAIRS="0 1 2 3 4 5"

View File

@ -16,7 +16,7 @@
#endif // _WIN
#define RESTORE_VERSION_MIN 600
#define RESTORE_VERSION_CUR 600
#define RESTORE_VERSION_CUR 610
int cycle_restore (hashcat_ctx_t *hashcat_ctx);

View File

@ -5,8 +5,8 @@
SHARED ?= 0
DEBUG := 0
PRODUCTION := 0
PRODUCTION_VERSION := v6.0.0
PRODUCTION := 1
PRODUCTION_VERSION := v6.1.0
ENABLE_CUBIN ?= 1
ENABLE_BRAIN ?= 1
USE_SYSTEM_LZMA ?= 0

View File

@ -6,7 +6,7 @@
##
export IN=$HOME/hashcat
export OUT=$HOME/xy/hashcat-6.0.0
export OUT=$HOME/xy/hashcat-6.1.0
rm -rf $OUT
rm -rf $OUT.7z