Session Management: Automatically set dedicated session names for non-cracking parameters, for example: --stdout

This commit is contained in:
jsteube
2017-03-02 19:57:34 +01:00
parent 5f7c3590ba
commit 54ad27da7d
4 changed files with 57 additions and 4 deletions
+2
View File
@@ -16,6 +16,8 @@ int user_options_getopt (hashcat_ctx_t *hashcat_ctx, int argc, char **argv);
int user_options_sanity (hashcat_ctx_t *hashcat_ctx);
void user_options_session_auto (hashcat_ctx_t *hashcat_ctx);
void user_options_preprocess (hashcat_ctx_t *hashcat_ctx);
void user_options_postprocess (hashcat_ctx_t *hashcat_ctx);