mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-06 16:18:48 +00:00
More prep
This commit is contained in:
parent
81bc4b9ee9
commit
cac6522cd7
@ -907,6 +907,9 @@ void status_display_status_json (hashcat_ctx_t *hashcat_ctx)
|
|||||||
* build status in json
|
* build status in json
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
status_status_destroy (hashcat_ctx, hashcat_status);
|
||||||
|
|
||||||
|
hcfree (hashcat_status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1611,6 +1614,9 @@ void status_speed_json (hashcat_ctx_t *hashcat_ctx)
|
|||||||
* build status speed in json
|
* build status speed in json
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
status_status_destroy (hashcat_ctx, hashcat_status);
|
||||||
|
|
||||||
|
hcfree (hashcat_status);
|
||||||
}
|
}
|
||||||
|
|
||||||
void status_speed (hashcat_ctx_t *hashcat_ctx)
|
void status_speed (hashcat_ctx_t *hashcat_ctx)
|
||||||
@ -1714,6 +1720,9 @@ void status_progress_json (hashcat_ctx_t *hashcat_ctx)
|
|||||||
* build status progress in json
|
* build status progress in json
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
status_status_destroy (hashcat_ctx, hashcat_status);
|
||||||
|
|
||||||
|
hcfree (hashcat_status);
|
||||||
}
|
}
|
||||||
|
|
||||||
void status_progress (hashcat_ctx_t *hashcat_ctx)
|
void status_progress (hashcat_ctx_t *hashcat_ctx)
|
||||||
|
@ -36,6 +36,7 @@ static const char *const USAGE_BIG_PRE_HASHMODES[] =
|
|||||||
" --hex-wordlist | | Assume words in wordlist are given in hex |",
|
" --hex-wordlist | | Assume words in wordlist are given in hex |",
|
||||||
" --force | | Ignore warnings |",
|
" --force | | Ignore warnings |",
|
||||||
" --status | | Enable automatic update of the status screen |",
|
" --status | | Enable automatic update of the status screen |",
|
||||||
|
" --status-json | | Enable JSON format for status ouput |",
|
||||||
" --status-timer | Num | Sets seconds between status screen updates to X | --status-timer=1",
|
" --status-timer | Num | Sets seconds between status screen updates to X | --status-timer=1",
|
||||||
" --stdin-timeout-abort | Num | Abort if there is no input from stdin for X seconds | --stdin-timeout-abort=300",
|
" --stdin-timeout-abort | Num | Abort if there is no input from stdin for X seconds | --stdin-timeout-abort=300",
|
||||||
" --machine-readable | | Display the status view in a machine-readable format |",
|
" --machine-readable | | Display the status view in a machine-readable format |",
|
||||||
|
Loading…
Reference in New Issue
Block a user