Fixed a bug where hashcat did not take into account how long it takes to prepare a session when auto-aborting with --runtime is in use

This commit is contained in:
jsteube
2016-07-24 22:26:40 +02:00
parent 215457d74d
commit d3a95a67ae
3 changed files with 14 additions and 3 deletions

View File

@@ -31,6 +31,7 @@
- Fixed a bug where hashcat did not correctly use the newly cracked plains whenever --loopback or the induction folder was used
- Fixed a bug where hashcat did not correctly remove hashes of type WPA/WPA2 even if present in potfile
- Fixed a bug where hashcat reported an invalid password for a zero-length password in LM
- Fixed a bug where hashcat did not take into account how long it takes to prepare a session when auto-aborting with --runtime is in use
* changes v2.01 -> v3.00: