Fixed invalid hardware monitor detection in benchmark mode

Fixes https://github.com/hashcat/hashcat/issues/1787
This commit is contained in:
jsteube
2018-11-17 14:40:30 +01:00
parent a930c5c24e
commit 1156cf7207
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -42,6 +42,7 @@
- Fixed checking the length of the last token in a hash if it was given the attribute TOKEN_ATTR_FIXED_LENGTH
- Fixed endianness and invalid separator character in outfile format for hash-mode 16801 (WPA-PMKID-PMK)
- Fixed ignoring --brain-client-features configuration when brain server has attack-position information from a previous run
- Fixed invalid hardware monitor detection in benchmark mode
- Fixed invalid warnings about throttling when --hwmon-disable was used
- Fixed missing call to WSACleanup() to cleanly shutdown windows sockets system
- Fixed missing call to WSAStartup() and client indexing in order to start the brain server on Windows