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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user