mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
hashcat 6.0.0
This commit is contained in:
parent
ecd1f221c5
commit
13e2dec017
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user