From 2856c461990f2721cf1091951c169d103194c9eb Mon Sep 17 00:00:00 2001 From: Jacob Robles Date: Thu, 28 Jun 2018 18:11:14 -0500 Subject: [PATCH] Update test cases --- test/modules/exploits/windows/smb/psexec.json | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/test/modules/exploits/windows/smb/psexec.json b/test/modules/exploits/windows/smb/psexec.json index 4083d34df3..694883df9b 100644 --- a/test/modules/exploits/windows/smb/psexec.json +++ b/test/modules/exploits/windows/smb/psexec.json @@ -13,7 +13,7 @@ "SETTINGS": [ "SMBUser=vagrant", "SMBPass=vagrant", - "TARGET=2" + "TARGET=0" ] } ], @@ -42,7 +42,28 @@ "CPE": "cpe:/o:microsoft:windows_7:::x64" }, { - "CPE": "cpe:/o:microsoft:windows_10:::x64", + "CPE": "cpe:/o:microsoft:windows_10:::x64" + }, + { + "CPE": "cpe:/o:microsoft:windows_8.1::sp1:x64" + }, + { + "CPE": "cpe:/o:microsoft:windows_server_2008:r2:sp1:x64" + }, + { + "CPE": "cpe:/o:microsoft:windows_7::sp1:x64", + "TESTING_SNAPSHOT": "DisableSMBv1" + }, + { + "CPE": "cpe:/o:microsoft:windows_10:1607::x64", + "TESTING_SNAPSHOT": "DisableSMBv1" + }, + { + "CPE": "cpe:/o:microsoft:windows_8.1:::x64", + "TESTING_SNAPSHOT": "DisableSMBv1" + }, + { + "CPE": "cpe:/o:microsoft:windows_server_2008::r2:x64", "TESTING_SNAPSHOT": "DisableSMBv1" } ],