Skip to content

Commit

Permalink
hashcat 6.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteube committed Sep 2, 2022
1 parent 00653c9 commit e5b3023
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* changes v6.2.5 -> v6.2.x
* changes v6.2.5 -> v6.2.6

##
## Algorithms
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=6.2.5
local VERSION=6.2.6

local ATTACK_MODES="0 1 3 6 7 9"
local HCCAPX_MESSAGE_PAIRS="0 1 2 3 4 5"
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 := v6.2.5
PRODUCTION := 1
PRODUCTION_VERSION := v6.2.6
ENABLE_CUBIN ?= 1
ENABLE_BRAIN ?= 1
ENABLE_UNRAR ?= 1
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-6.2.5
export OUT=$HOME/xy/hashcat-6.2.6

rm -rf $OUT
rm -rf $OUT.7z
Expand Down

0 comments on commit e5b3023

Please sign in to comment.