Fixed rule 'O' (RULE_OP_MANGLE_OMIT) in host mode in case the offset + length parameter equals the length of the input word

Fixes https://github.com/hashcat/hashcat/issues/969
This commit is contained in:
jsteube
2017-01-23 14:19:37 +01:00
parent dc843acf63
commit edb7ae5658
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
- Fixed truncation of password after position 32 with the combinator attack
- Fixed DEScrypt cracking in BF mode in case the hashlist contains more than 16 times the same salt
- Fixed use of option --keyspace in combination with -m 2500 (WPA)
- Fixed rule 'O' (RULE_OP_MANGLE_OMIT) in host mode in case the offset + length parameter equals the length of the input word
* changes v3.20 -> v3.30: