Jens Steube
|
38c44b4b35
|
Fix user option sanity check
|
2022-05-07 19:40:54 +02:00 |
|
Jens Steube
|
ec7eae9886
|
Debug Rules: Set --debug-file to $session.debugfile if --debug-mode was set by the user and --debug-file was not set
|
2022-04-23 19:29:19 +02:00 |
|
Jens Steube
|
d02b392b9e
|
Command Line: Disallow combinations of some options. for instance, using -t in -a 0 mode
|
2022-04-20 15:43:23 +02:00 |
|
philsmd
|
a24d723d66
|
minor code style fixes
|
2022-03-31 19:19:16 +02:00 |
|
philsmd
|
e5657723d3
|
improve --stdout + --stdin-timeout-abort fix
|
2022-03-22 15:26:52 +01:00 |
|
Will Crozier
|
73637d43db
|
allow --stdout and --stdin-timeout-abort to be used together
|
2022-03-11 10:46:49 +00:00 |
|
Gabriele Gristina
|
8c2756d74d
|
fix wording
|
2022-02-13 12:41:27 +01:00 |
|
Gabriele Gristina
|
3064c63c71
|
User Options: Change --backend-info/-I option type, from bool to int
|
2022-02-13 12:33:11 +01:00 |
|
Gabriele Gristina
|
490702fcfa
|
Backends: added Metal host-code
|
2022-02-05 22:48:16 +01:00 |
|
b0lek
|
a621c856bd
|
allow hex format for --separator #3084
|
2022-01-13 17:53:04 +01:00 |
|
Jens Steube
|
acc592e963
|
Added support to use --debug-mode in attack-mode 9 (Association Attack)
|
2021-12-12 10:18:05 +01:00 |
|
Jens Steube
|
05f107cbe5
|
Added option --generate-rules-func-sel to specify a pool of operators that the random rule generator is allowed to pick from
|
2021-08-14 11:43:32 +02:00 |
|
Jens Steube
|
01738fafa0
|
Deprecated Plugins: Add new module function module_deprecated_notice() to mark a plugin as deprecated and to return a free text user notice
Added option --deprecated-check-disable to enable deprecated plugins
|
2021-08-10 17:59:52 +02:00 |
|
Rosen Penev
|
adaf3f293b
|
make const char pointers actually const
const char* is a non const pointer that points to const data. Add
missing const.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-07-22 18:13:46 -07:00 |
|
Jens Steube
|
f9e74045b5
|
Commandline: Throw an error if separator character given by the user with -p option is not exactly 1 byte
|
2021-07-22 18:54:02 +02:00 |
|
Jens Steube
|
c990e252d3
|
Added option --multiply-accel-disable (short: -M) to disable multiply the kernel-accel with the multiprocessor count automatism
|
2021-07-21 15:47:05 +02:00 |
|
Jens Steube
|
a22f8149fc
|
Merge branch 'HIP' into hip
|
2021-07-10 21:34:09 +02:00 |
|
reger-men
|
ea7b74389f
|
First draft HIP Version
|
2021-07-09 03:50:40 +00:00 |
|
Jens Steube
|
f146a05878
|
Added option --markov-inverse to inverse markov statistics, with the idea of reversing the order of the password candidates
|
2021-07-07 10:32:08 +02:00 |
|
Jens Steube
|
c32242980f
|
Partially revert
6967e706c2
because it breaks --hash-info. See
https://github.com/hashcat/hashcat/issues/2859 for details.
|
2021-07-02 08:58:04 +02:00 |
|
Jens Steube
|
254e33c473
|
File handling: Do not abort on seeing a BOM in input files, just warn and ignore the BOM
|
2021-06-29 20:42:22 +02:00 |
|
Jens Steube
|
ed093fb035
|
minor whitespace fixes
|
2021-06-22 09:12:05 +02:00 |
|
Jukka Ojanen
|
6967e706c2
|
Fix access violation in hashconfig_destroy if hashcat_ctx_t is only partially initialized.
Fix hashcat_ctx leak and refactor module and kernel existence checks.
|
2021-06-21 22:56:55 +03:00 |
|
Jens Steube
|
9b211ada85
|
Update user_options.c
|
2021-06-19 17:12:08 +02:00 |
|
Gabriele Gristina
|
09513ed78b
|
fix starting message
|
2021-06-19 12:32:02 +02:00 |
|
Jens Steube
|
7fc0ac4ef1
|
Do not initialize backend devices in case --id is used and some bug fixes
|
2021-06-12 10:47:48 +02:00 |
|
Gabriele Gristina
|
340e8d1033
|
fix identify functionality
|
2021-06-11 19:25:39 +02:00 |
|
Gabriele Gristina
|
3c6f4b0e69
|
add identify/autodetect-only option
|
2021-06-10 20:44:21 +02:00 |
|
Royce Williams
|
7bea7ca177
|
tighten output to be physical-terminal friendly
|
2021-06-06 10:47:18 -08:00 |
|
Gabriele Gristina
|
1106e163ca
|
fix example0*, skip autodetect if keyspace enabled, update help and changes.txt
|
2021-06-06 15:48:04 +02:00 |
|
Gabriele Gristina
|
b8ae1444de
|
skip autodetect if benchmark is enabled, keep table sorting like usage
|
2021-06-06 13:40:01 +02:00 |
|
Gabriele Gristina
|
75d135bf7d
|
fix for autodetect (1)
|
2021-06-06 12:29:07 +02:00 |
|
Gabriele Gristina
|
ced9b0c6f8
|
Added new feature: autodetect hash-mode
|
2021-06-05 22:11:18 +02:00 |
|
Jens Steube
|
4930105ce3
|
Fixes memleak in user_options_check_files()
See https://github.com/hashcat/hashcat/pull/2669
|
2021-05-04 13:53:50 +02:00 |
|
Jens Steube
|
5d7dc3cbc1
|
Fixes memleak in user_options_check_files()
See https://github.com/hashcat/hashcat/pull/2671
|
2021-05-04 13:48:04 +02:00 |
|
Jens Steube
|
57a8923b81
|
Update complete SCRYPT workload tuning logic.
A detailed description will follow.
Set -m 8900 defaults to 16k:8:1 (default scrypt settings).
|
2021-04-16 20:17:53 +02:00 |
|
Gabriele Gristina
|
77e328d659
|
Removed option --example-hashes, now is an alias of --hash-info
|
2020-12-29 07:56:20 +01:00 |
|
Gabriele Gristina
|
3ed1f0d840
|
Added new option: --hash-info
|
2020-12-29 04:58:58 +01:00 |
|
Jens Steube
|
04d5e5a119
|
New Attack-Mode: Association Attack. Like JtR's single mode. Very early
stage. See hashcat Forum for detailed writeup.
|
2020-09-29 15:56:32 +02:00 |
|
Jens Steube
|
9560bfc7a4
|
Fixed internal access on module option attribute OPTS_TYPE_SUGGEST_KG with the result that it was unused
|
2020-08-04 15:15:06 +02:00 |
|
Jens Steube
|
dc9f4e993a
|
Fix for #2387, but need some testing first
|
2020-06-03 11:10:31 +02:00 |
|
Jens Steube
|
4ed18af14c
|
Make VeraCrypt PIM configuration mechanism easier to read
|
2020-02-08 12:24:47 +01:00 |
|
philsmd
|
ebd904a179
|
outfile: improved version of OUTFILE_FORMAT assignment
|
2020-01-24 18:43:13 +01:00 |
|
philsmd
|
13675d2965
|
Fixes #2255: new --outfile-format with support for timestamps
|
2020-01-23 09:03:22 +01:00 |
|
Jens Steube
|
e72bd958ba
|
Fix some formating
|
2020-01-15 20:27:08 +01:00 |
|
philsmd
|
844f12abf7
|
use BRAIN_SERVER_TIMER instead of BRAIN_SERVER_DUMP_EVERY
|
2020-01-11 11:25:37 +01:00 |
|
philsmd
|
c826558b49
|
fixes #2271: added --brain-server-timer for scheduled backup time
|
2020-01-11 10:46:11 +01:00 |
|
Jens Steube
|
d0fb171da9
|
Added new options --backend-ignore-cuda and --backend-ingore-opencl, to ignore CUDA and/or OpenCL interface from being load on startup
|
2020-01-03 11:51:24 +01:00 |
|
Jens Steube
|
d71afd6d7a
|
Prepare new --hook-threads feature
|
2019-11-02 10:29:34 +01:00 |
|
Jens Steube
|
5a4cfe9fa3
|
Allow workload-profile change in benchmark mode
|
2019-10-25 11:16:06 +02:00 |
|