From 3d452c92573b16f20c176ab6db0c0c856006d512 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 31 Jul 2017 21:56:30 +0000 Subject: [PATCH] Note that smb-protocols replaces smbv2-enabled --- scripts/smb-protocols.nse | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/smb-protocols.nse b/scripts/smb-protocols.nse index f44427688..868e41ef7 100644 --- a/scripts/smb-protocols.nse +++ b/scripts/smb-protocols.nse @@ -14,7 +14,8 @@ The script attempts to initiate a connection using the dialects: * 3.02 (SMBv3) * 3.11 (SMBv3) -Aditionally if SMBv1 is found enabled, it will mark it as insecure. +Additionally if SMBv1 is found enabled, it will mark it as insecure. This +script is the successor to the (removed) smbv2-enabled script. ]] ---