From 1c02a1d0abfded814026baa5523bc6d6d8cd04f0 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 27 Jun 2017 18:30:33 +0000 Subject: [PATCH] Add some keywords to the ms17-010 script description --- scripts/smb-vuln-ms17-010.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/smb-vuln-ms17-010.nse b/scripts/smb-vuln-ms17-010.nse index 749de081b..26725da7f 100644 --- a/scripts/smb-vuln-ms17-010.nse +++ b/scripts/smb-vuln-ms17-010.nse @@ -7,6 +7,7 @@ local string = require "string" description = [[ Attempts to detect if a Microsoft SMBv1 server is vulnerable to a remote code execution vulnerability (ms17-010, a.k.a. EternalBlue). + The vulnerability is actively exploited by WannaCry and Petya ransomware and other malware. The script connects to the $IPC tree, executes a transaction on FID 0 and checks if the error "STATUS_INSUFF_SERVER_RESOURCES" is returned to