mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-27 02:18:21 +00:00
Get rid of session variable in data. context
This commit is contained in:
parent
bdad458c41
commit
d321e0d5a4
@ -954,23 +954,22 @@ typedef struct
|
|||||||
* user
|
* user
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
u32 wordlist_mode;
|
|
||||||
|
|
||||||
u32 attack_mode;
|
|
||||||
u32 attack_kern;
|
|
||||||
char *dictfile;
|
char *dictfile;
|
||||||
char *dictfile2;
|
char *dictfile2;
|
||||||
char *mask;
|
char *mask;
|
||||||
u32 maskcnt;
|
u32 maskcnt;
|
||||||
u32 maskpos;
|
u32 maskpos;
|
||||||
char *session;
|
u32 wordlist_mode;
|
||||||
u32 outfile_check_timer;
|
|
||||||
char *eff_restore_file;
|
char *eff_restore_file;
|
||||||
char *new_restore_file;
|
char *new_restore_file;
|
||||||
char *induction_directory;
|
char *induction_directory;
|
||||||
char *outfile_check_directory;
|
char *outfile_check_directory;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
u32 attack_mode;
|
||||||
|
u32 attack_kern;
|
||||||
|
u32 outfile_check_timer;
|
||||||
u32 machine_readable;
|
u32 machine_readable;
|
||||||
u32 quiet;
|
u32 quiet;
|
||||||
u32 force;
|
u32 force;
|
||||||
|
@ -284,7 +284,6 @@ int main (int argc, char **argv)
|
|||||||
data.runtime = user_options->runtime;
|
data.runtime = user_options->runtime;
|
||||||
data.scrypt_tmto = user_options->scrypt_tmto;
|
data.scrypt_tmto = user_options->scrypt_tmto;
|
||||||
data.segment_size = user_options->segment_size;
|
data.segment_size = user_options->segment_size;
|
||||||
data.session = user_options->session;
|
|
||||||
data.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
|
data.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
|
||||||
data.veracrypt_keyfiles = user_options->veracrypt_keyfiles;
|
data.veracrypt_keyfiles = user_options->veracrypt_keyfiles;
|
||||||
data.veracrypt_pim = user_options->veracrypt_pim;
|
data.veracrypt_pim = user_options->veracrypt_pim;
|
||||||
|
Loading…
Reference in New Issue
Block a user