fixes #2518: call clear_prompt () more often to avoid misaligned prompt

This commit is contained in:
philsmd
2020-08-26 12:14:26 +02:00
parent 42f58d168b
commit ee5bce1c3e
3 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
- Fixed internal access on module option attribute OPTS_TYPE_SUGGEST_KG with the result that it was unused
- Fixed race condition resulting in out of memory error on startup if multiple hashcat instances are started at the same time
- Fixed unexpected non-unique salts in multi-hash cracking in Bitcoin/Litecoin wallet.dat module which lead to false negatives
- Fixed rare case of misalignment of the status prompt when other user warnings are shown within the hashcat output
##
## Improvements