Commit Graph

239 Commits (master)

Author SHA1 Message Date
jsteube 252e7614da Add a warning about delayed output in case --dynamic-x is used in combination with --show
6 months ago
jsteube b66527f0d2 Prepare commandline parameter for upcoming partial support for $dynamic_X$
7 months ago
jsteube b1b349e8c9 Prepare commandline parameter for upcoming partial support for $dynamic_X$
7 months ago
jsteube adbcef6909 Refactor optimized_kernel_enable variable to just optimized_kernel, same idea as outfile_autohex variable
7 months ago
jsteube e55b331058 Refactor potfile_disable variable to just putfile, same idea as outfile_autohex variable
7 months ago
jsteube b597a96328 Refactor restore_disable variable to restore_enable, try to make variable names always positive for easier handling
7 months ago
jsteube ff94f4c9d0 Refactor self_test_disable variable to just self_test, same idea as outfile_autohex variable
7 months ago
jsteube 7b52dad8c9 Refactor multiply_accel_disable variable to just multiply_accel, same idea as outfile_autohex variable
7 months ago
jsteube bf04a158aa Refactor markov_disable variable to just markov, same idea as outfile_autohex variable
7 months ago
jsteube e498138bb6 Refactor logfile_disable variable to just logfile, same idea as outfile_autohex variable
7 months ago
jsteube 98ee1bd396 Refactor hwmon_disable variable to just hwmon, same idea as outfile_autohex variable
7 months ago
jsteube 1255afb55c Refactor deprecated_check_disable variable to just deprecated_check, same idea as outfile_autohex variable
7 months ago
jsteube 652b66e642 Refactor advise_disable variable to just advise, same idea as outfile_autohex variable
7 months ago
jsteube 4dceea914f Refactor wordlist_autohex_disable variable to wordlist_autohex, same idea as outfile_autohex variable
7 months ago
PenguinKeeper7 a033180aa1
Update user_options.c
7 months ago
jsteube e6715fbd89 Prepare options and usage for --outfile-json
7 months ago
PenguinKeeper7 1bae3383dc Fix -o warning when already used
8 months ago
PenguinKeeper7 2954b62a6a Use chgd variable to decide dictstat building
8 months ago
PenguinKeeper7 9d9815d166 Prevent file-unsafe characters in --session
9 months ago
Gabriele Gristina aa4be217fd
Merge branch 'master' into help2int
1 year ago
Gabriele Gristina 36606addac Help: show supported hash-modes only with -hh
1 year ago
Gabriele Gristina 2fe2d299bc update changes.txt + cleanup
1 year ago
Gabriele Gristina e6d1a4c8a2 Added --metal-compiler-runtime option
1 year ago
jsteube 6785a32e7a Added new feature (-Y) that creates N virtual instances for each device in your system at the cost of N times the device memory consumption
1 year ago
philsmd cb827fcd32
fix trailing spaces
1 year ago
Jens Steube a1db6d4d63
Merge pull request #3655 from Chick3nman/show-username
1 year ago
Chick3nman 10000b324f Move message to log level error to avoid poluting output when sent to a file.
1 year ago
Chick3nman a4555fdcb9 Fix typo 2
1 year ago
Chick3nman 9c58b47daf Fix typo
1 year ago
Chick3nman 7eb36bb9a2 Added advice message for mixing of --show and --username
1 year ago
Chick3nman 35d51020a5 Add user opt sanity check for brain port, clean up messages for other brain related checks.
1 year ago
justpretending c2fcef6c50 Support for FIFO outfiles (fixes #3582)
1 year ago
jsteube 17b2e9062b Prevent Hashcat from hanging by checking during startup that the output file is a named pipe
1 year ago
Jens Steube 2ff7d0bb4d Added support to include source wordlist in debugging format
2 years ago
Jens Steube 38c44b4b35 Fix user option sanity check
2 years ago
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
2 years ago
Jens Steube d02b392b9e Command Line: Disallow combinations of some options. for instance, using -t in -a 0 mode
2 years ago
philsmd a24d723d66
minor code style fixes
2 years ago
philsmd e5657723d3
improve --stdout + --stdin-timeout-abort fix
2 years ago
Will Crozier 73637d43db allow --stdout and --stdin-timeout-abort to be used together
2 years ago
Gabriele Gristina 8c2756d74d fix wording
2 years ago
Gabriele Gristina 3064c63c71 User Options: Change --backend-info/-I option type, from bool to int
2 years ago
Gabriele Gristina 490702fcfa Backends: added Metal host-code
2 years ago
b0lek a621c856bd
allow hex format for --separator #3084
2 years ago
Jens Steube acc592e963 Added support to use --debug-mode in attack-mode 9 (Association Attack)
2 years ago
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
3 years ago
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
3 years ago
Rosen Penev adaf3f293b make const char pointers actually const
3 years ago
Jens Steube f9e74045b5 Commandline: Throw an error if separator character given by the user with -p option is not exactly 1 byte
3 years ago
Jens Steube c990e252d3 Added option --multiply-accel-disable (short: -M) to disable multiply the kernel-accel with the multiprocessor count automatism
3 years ago