From c449b6bcb990959e352967b3842b09978b9b2729 Mon Sep 17 00:00:00 2001 From: lgandx Date: Mon, 25 Oct 2021 22:51:39 -0300 Subject: [PATCH] Added DHCP server --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 44a8baa..9f09906 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The concept behind this is to target our answers, and be stealthier on the netwo - Built-in SMB Auth server. -Supports NTLMv1, NTLMv2 hashes with Extended Security NTLMSSP by default. Successfully tested from Windows 95 to Server 2022, Samba and Mac OSX Lion. Clear text password is supported for NT4, and LM hashing downgrade when the --lm option is set. SMBv2 has also been implemented and is supported by default. +Supports NTLMv1, NTLMv2 hashes with Extended Security NTLMSSP by default. Successfully tested from Windows 95 to Server 2022, Samba and Mac OSX Lion. Clear text password is supported for NT4, and LM hashing downgrade when the --lm option is set. If --disable-ess is set, extended session security will be disabled for NTLMv1 authentication. SMBv2 has also been implemented and is supported by default. - Built-in MSSQL Auth server. @@ -163,6 +163,7 @@ Options: with -r. Default: Off --lm Force LM hashing downgrade for Windows XP/2003 and earlier. Default: Off + --disable-ess Force ESS downgrade. Default: Off -v, --verbose Increase verbosity.