Parameter: Detect and warn when users try to use an empty string (length 0) for parameters like --session=

Fixes https://github.com/hashcat/hashcat/issues/1190
This commit is contained in:
jsteube
2017-03-19 14:18:11 +01:00
parent 53acb98cf8
commit d78a58414c
2 changed files with 91 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@
- Building: Added missing prototypes for atlassian_parse_hash function
- Files: Detect and warn when users try to use -r with a parameter which is not a file
- Parameter: Detect and warn when users try to use an empty string (length 0) for parameters like --session=
- Sessions: Improved string comparison in case user sets --session to "hashcat"
* changes v3.30 -> v3.40: