mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge pull request #2522 from roycewilliams/master
fix case in 'OpenSSH'
This commit is contained in:
commit
56e8de15e4
@ -6,7 +6,7 @@
|
||||
|
||||
- Added hash-mode: Bitwarden
|
||||
- Added hash-mode: Apple iWork
|
||||
- Added hash-mode: RSA/DSA/EC/OPENSSH Private Keys
|
||||
- Added hash-mode: RSA/DSA/EC/OpenSSH Private Keys
|
||||
|
||||
##
|
||||
## Bugs
|
||||
|
@ -274,7 +274,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
||||
- Apple Keychain
|
||||
- Apple Secure Notes
|
||||
- JKS Java Key Store Private Keys (SHA1)
|
||||
- RSA/DSA/EC/OPENSSH Private Keys
|
||||
- RSA/DSA/EC/OpenSSH Private Keys
|
||||
- 1Password, agilekeychain
|
||||
- 1Password, cloudkeychain
|
||||
- Bitwarden
|
||||
|
@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY;
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($0$)";
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($0$)";
|
||||
static const u64 KERN_TYPE = 22911;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
|
||||
|
@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY;
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($6$)";
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($6$)";
|
||||
static const u64 KERN_TYPE = 22921;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
|
||||
|
@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY;
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($1, $3$)";
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($1, $3$)";
|
||||
static const u64 KERN_TYPE = 22931;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
|
||||
|
@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY;
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($4$)";
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($4$)";
|
||||
static const u64 KERN_TYPE = 22941;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
|
||||
|
@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY;
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($5$)";
|
||||
static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($5$)";
|
||||
static const u64 KERN_TYPE = 22951;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
|
||||
|
Loading…
Reference in New Issue
Block a user