mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
Prepare for v6.2.2
This commit is contained in:
parent
eddd11441f
commit
3ee77aa581
@ -1,4 +1,4 @@
|
||||
* changes v6.2.1 -> v6.x.x
|
||||
* changes v6.2.1 -> v6.2.2
|
||||
|
||||
##
|
||||
## Algorithms
|
||||
@ -9,6 +9,7 @@
|
||||
- Added hash-mode: FortiGate256 (FortiOS256)
|
||||
- Added hash-mode: Linux Kernel Crypto API (2.4)
|
||||
- Added hash-mode: MurmurHash
|
||||
- Added hash-mode: OpenEdge Progress Encode
|
||||
- Added hash-mode: md5(utf16le($pass))
|
||||
- Added hash-mode: sha1(utf16le($pass))
|
||||
- Added hash-mode: sha256(utf16le($pass))
|
||||
@ -112,7 +113,6 @@
|
||||
- Added hash-mode: Umbraco HMAC-SHA1
|
||||
- Added hash-mode: sha1($salt.sha1($pass.$salt))
|
||||
- Added hash-mode: sha1(sha1($pass).$salt)
|
||||
- Added hash-mode: OpenEdge Progress Encode
|
||||
|
||||
##
|
||||
## Features
|
||||
|
@ -7,7 +7,7 @@
|
||||
|_____| /___________/ |_____| /_____/ /_______|
|
||||
: : :
|
||||
|
||||
hashcat v6.2.1
|
||||
hashcat v6.2.2
|
||||
==============
|
||||
|
||||
AMD GPUs on Linux require "RadeonOpenCompute (ROCm)" Software Platform (3.1 or later)
|
||||
@ -256,6 +256,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
||||
- Lotus Notes/Domino 5
|
||||
- Lotus Notes/Domino 6
|
||||
- Lotus Notes/Domino 8
|
||||
- OpenEdge Progress Encode
|
||||
- Oracle Transportation Management (SHA256)
|
||||
- Huawei sha1(md5($pass).$salt)
|
||||
- AuthMe sha256
|
||||
@ -351,7 +352,6 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
||||
- Web2py pbkdf2-sha512
|
||||
- Django (PBKDF2-SHA256)
|
||||
- Django (SHA-1)
|
||||
- OpenEdge Progress Encode
|
||||
- Atlassian (PBKDF2-HMAC-SHA1)
|
||||
- Ruby on Rails Restful-Authentication
|
||||
- Python passlib pbkdf2-sha512
|
||||
|
@ -411,7 +411,7 @@ _hashcat_contains ()
|
||||
|
||||
_hashcat ()
|
||||
{
|
||||
local VERSION=6.2.1
|
||||
local VERSION=6.2.2
|
||||
|
||||
local ATTACK_MODES="0 1 3 6 7 9"
|
||||
local HCCAPX_MESSAGE_PAIRS="0 1 2 3 4 5"
|
||||
|
@ -6,7 +6,7 @@
|
||||
SHARED ?= 0
|
||||
DEBUG := 0
|
||||
PRODUCTION := 0
|
||||
PRODUCTION_VERSION := v6.2.1
|
||||
PRODUCTION_VERSION := v6.2.2
|
||||
ENABLE_CUBIN ?= 1
|
||||
ENABLE_BRAIN ?= 1
|
||||
ENABLE_UNRAR ?= 1
|
||||
|
@ -6,7 +6,7 @@
|
||||
##
|
||||
|
||||
export IN=$HOME/hashcat
|
||||
export OUT=$HOME/xy/hashcat-6.2.1
|
||||
export OUT=$HOME/xy/hashcat-6.2.2
|
||||
|
||||
rm -rf $OUT
|
||||
rm -rf $OUT.7z
|
||||
|
Loading…
Reference in New Issue
Block a user