mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
commit
f7898da386
@ -379,10 +379,10 @@ void check_hash (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, pl
|
|||||||
|
|
||||||
const int tmp_len = outfile_write (hashcat_ctx, (char *) out_buf, out_len, plain_ptr, plain_len, crackpos, NULL, 0, (char *) tmp_buf);
|
const int tmp_len = outfile_write (hashcat_ctx, (char *) out_buf, out_len, plain_ptr, plain_len, crackpos, NULL, 0, (char *) tmp_buf);
|
||||||
|
|
||||||
outfile_write_close (hashcat_ctx);
|
|
||||||
|
|
||||||
EVENT_DATA (EVENT_CRACKER_HASH_CRACKED, tmp_buf, tmp_len);
|
EVENT_DATA (EVENT_CRACKER_HASH_CRACKED, tmp_buf, tmp_len);
|
||||||
|
|
||||||
|
outfile_write_close (hashcat_ctx);
|
||||||
|
|
||||||
// potfile
|
// potfile
|
||||||
// we can have either used-defined hooks or reuse the same format as input format
|
// we can have either used-defined hooks or reuse the same format as input format
|
||||||
// no need for locking, we're in a mutex protected function
|
// no need for locking, we're in a mutex protected function
|
||||||
|
Loading…
Reference in New Issue
Block a user