1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

hashcat 6.1.1

This commit is contained in:
Jens Steube 2020-07-29 12:16:53 +02:00
parent 02e2ef63fb
commit 61e8368592
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
* changes v6.1.0 -> v6.x.x
* changes v6.1.0 -> v6.1.1
##
## Bugs

View File

@ -411,7 +411,7 @@ _hashcat_contains ()
_hashcat ()
{
local VERSION=6.1.0
local VERSION=6.1.1
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 610
#define RESTORE_VERSION_CUR 611
int cycle_restore (hashcat_ctx_t *hashcat_ctx);

View File

@ -5,8 +5,8 @@
SHARED ?= 0
DEBUG := 0
PRODUCTION := 0
PRODUCTION_VERSION := v6.1.0
PRODUCTION := 1
PRODUCTION_VERSION := v6.1.1
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.1.0
export OUT=$HOME/xy/hashcat-6.1.1
rm -rf $OUT
rm -rf $OUT.7z