mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3)
This commit is contained in:
parent
f84aca82ca
commit
db3bc8eca2
@ -34,6 +34,7 @@
|
|||||||
- Backend devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
|
- Backend devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
|
||||||
- Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device
|
- Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device
|
||||||
- Backend types: The default filter for the device types is now set so that only the GPU is used, except for APPLE, where we set CPU
|
- Backend types: The default filter for the device types is now set so that only the GPU is used, except for APPLE, where we set CPU
|
||||||
|
- Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3)
|
||||||
- Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins
|
- Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins
|
||||||
- Rejects: Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
|
- Rejects: Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
|
||||||
- POCL: Added a workaround for an issue in POCL that uses a quote character as part of the path itself given to a path for the -I option
|
- POCL: Added a workaround for an issue in POCL that uses a quote character as part of the path itself given to a path for the -I option
|
||||||
|
@ -56,7 +56,7 @@ my @hash_types_selection =
|
|||||||
100,
|
100,
|
||||||
1400,
|
1400,
|
||||||
1700,
|
1700,
|
||||||
16800,
|
22000,
|
||||||
1000,
|
1000,
|
||||||
3000,
|
3000,
|
||||||
5500,
|
5500,
|
||||||
@ -112,8 +112,6 @@ my @hash_types =
|
|||||||
2100,
|
2100,
|
||||||
2400,
|
2400,
|
||||||
2410,
|
2410,
|
||||||
2500,
|
|
||||||
2501,
|
|
||||||
2611,
|
2611,
|
||||||
2711,
|
2711,
|
||||||
2811,
|
2811,
|
||||||
@ -256,8 +254,6 @@ my @hash_types =
|
|||||||
16500,
|
16500,
|
||||||
16600,
|
16600,
|
||||||
16700,
|
16700,
|
||||||
16800,
|
|
||||||
16801,
|
|
||||||
16900,
|
16900,
|
||||||
17210,
|
17210,
|
||||||
17300,
|
17300,
|
||||||
@ -356,6 +352,20 @@ my @hash_types =
|
|||||||
26403,
|
26403,
|
||||||
26500,
|
26500,
|
||||||
26600,
|
26600,
|
||||||
|
26700,
|
||||||
|
26800,
|
||||||
|
26900,
|
||||||
|
27000,
|
||||||
|
27100,
|
||||||
|
27200,
|
||||||
|
27300,
|
||||||
|
27400,
|
||||||
|
27500,
|
||||||
|
27600,
|
||||||
|
27700,
|
||||||
|
27800,
|
||||||
|
27900,
|
||||||
|
28000,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (scalar @ARGV)
|
if (scalar @ARGV)
|
||||||
|
Loading…
Reference in New Issue
Block a user