Add functionality in test.pl to allow empty hash returns. This is required to enable hash-mode depending password length checks. NTLM supports just 27 characters in optimized mode, but single mode would produce 32, resulting in a non found password

This commit is contained in:
jsteube
2018-12-21 09:48:51 +01:00
parent c5fb8ab2e8
commit 73af860f43
5 changed files with 26 additions and 22 deletions
-1
View File
@@ -8,7 +8,6 @@
#include "modules.h"
#include "bitops.h"
#include "convert.h"
#include "interface.h"
#include "shared.h"
static const u32 MODULE_VERSION_CURRENT = 520;