Skip to content

Commit

Permalink
hashcat 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteube committed Jun 16, 2020
1 parent ecd1f22 commit 13e2dec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion extra/tab_completion/hashcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions include/restore.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include <psapi.h>
#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);

Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/package_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13e2dec

Please sign in to comment.