mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Renamed -m 7010 to -m 26300
This commit is contained in:
parent
9df4b7df92
commit
733f5e82ec
@ -16,7 +16,7 @@
|
|||||||
#include "inc_hash_sha256.cl"
|
#include "inc_hash_sha256.cl"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
KERNEL_FQ void m07010_mxx (KERN_ATTR_RULES ())
|
KERNEL_FQ void m26300_mxx (KERN_ATTR_RULES ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
@ -92,7 +92,7 @@ KERNEL_FQ void m07010_mxx (KERN_ATTR_RULES ())
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m07010_sxx (KERN_ATTR_RULES ())
|
KERNEL_FQ void m26300_sxx (KERN_ATTR_RULES ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
@ -14,7 +14,7 @@
|
|||||||
#include "inc_hash_sha256.cl"
|
#include "inc_hash_sha256.cl"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
KERNEL_FQ void m07010_mxx (KERN_ATTR_BASIC ())
|
KERNEL_FQ void m26300_mxx (KERN_ATTR_BASIC ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
@ -86,7 +86,7 @@ KERNEL_FQ void m07010_mxx (KERN_ATTR_BASIC ())
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m07010_sxx (KERN_ATTR_BASIC ())
|
KERNEL_FQ void m26300_sxx (KERN_ATTR_BASIC ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
@ -14,7 +14,7 @@
|
|||||||
#include "inc_hash_sha256.cl"
|
#include "inc_hash_sha256.cl"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
KERNEL_FQ void m07010_mxx (KERN_ATTR_VECTOR ())
|
KERNEL_FQ void m26300_mxx (KERN_ATTR_VECTOR ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
@ -103,7 +103,7 @@ KERNEL_FQ void m07010_mxx (KERN_ATTR_VECTOR ())
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m07010_sxx (KERN_ATTR_VECTOR ())
|
KERNEL_FQ void m26300_sxx (KERN_ATTR_VECTOR ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
- Added hash-mode: bcrypt(md5($pass)) / bcryptmd5
|
- Added hash-mode: bcrypt(md5($pass)) / bcryptmd5
|
||||||
- Added hash-mode: bcrypt(sha1($pass)) / bcryptsha1
|
- Added hash-mode: bcrypt(sha1($pass)) / bcryptsha1
|
||||||
|
- Added hash-mode: FortiGate256 (FortiOS256)
|
||||||
- Added hash-mode: Linux Kernel Crypto API (2.4)
|
- Added hash-mode: Linux Kernel Crypto API (2.4)
|
||||||
- Added hash-mode: MurmurHash
|
- Added hash-mode: MurmurHash
|
||||||
- Added hash-mode: md5(utf16le($pass))
|
- Added hash-mode: md5(utf16le($pass))
|
||||||
|
@ -202,6 +202,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
|||||||
- Domain Cached Credentials (DCC), MS Cache
|
- Domain Cached Credentials (DCC), MS Cache
|
||||||
- Domain Cached Credentials 2 (DCC2), MS Cache 2
|
- Domain Cached Credentials 2 (DCC2), MS Cache 2
|
||||||
- FortiGate (FortiOS)
|
- FortiGate (FortiOS)
|
||||||
|
- FortiGate256 (FortiOS256)
|
||||||
- ArubaOS
|
- ArubaOS
|
||||||
- Juniper IVE
|
- Juniper IVE
|
||||||
- Juniper NetScreen/SSG (ScreenOS)
|
- Juniper NetScreen/SSG (ScreenOS)
|
||||||
|
@ -21,7 +21,7 @@ static const u32 DGST_POS3 = 6;
|
|||||||
static const u32 DGST_SIZE = DGST_SIZE_4_8;
|
static const u32 DGST_SIZE = DGST_SIZE_4_8;
|
||||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_OS;
|
static const u32 HASH_CATEGORY = HASH_CATEGORY_OS;
|
||||||
static const char *HASH_NAME = "FortiGate256 (FortiOS256)";
|
static const char *HASH_NAME = "FortiGate256 (FortiOS256)";
|
||||||
static const u64 KERN_TYPE = 7010;
|
static const u64 KERN_TYPE = 26300;
|
||||||
static const u32 OPTI_TYPE = OPTI_TYPE_PRECOMPUTE_INIT
|
static const u32 OPTI_TYPE = OPTI_TYPE_PRECOMPUTE_INIT
|
||||||
| OPTI_TYPE_EARLY_SKIP
|
| OPTI_TYPE_EARLY_SKIP
|
||||||
| OPTI_TYPE_NOT_ITERATED;
|
| OPTI_TYPE_NOT_ITERATED;
|
||||||
@ -51,6 +51,7 @@ u32 module_pw_max (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED con
|
|||||||
{
|
{
|
||||||
u32 pw_max = PW_MAX;
|
u32 pw_max = PW_MAX;
|
||||||
|
|
||||||
|
// There's no optimized kernel?!
|
||||||
const bool optimized_kernel = (hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL);
|
const bool optimized_kernel = (hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL);
|
||||||
|
|
||||||
if (optimized_kernel == true)
|
if (optimized_kernel == true)
|
Loading…
Reference in New Issue
Block a user