Parameter: Detect and error when users try to use a non-digit where a digit is expected

Fixes https://github.com/hashcat/hashcat/issues/1189
This commit is contained in:
jsteube
2017-03-19 15:11:41 +01:00
parent d78a58414c
commit 378f852cec
4 changed files with 75 additions and 3 deletions
+3 -2
View File
@@ -29,8 +29,9 @@
##
- 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=
- Files: Detect and error when users try to use -r with a parameter which is not a file
- Parameter: Detect and error when users try to use an empty string (length 0) for parameters like --session=
- Parameter: Detect and error when users try to use a non-digit where a digit is expected
- Sessions: Improved string comparison in case user sets --session to "hashcat"
* changes v3.30 -> v3.40: