Skip to content

Commit 78e4b2b

Browse files
committed
Land rapid7#9238, Add support for Windows .NET Server in ms10_015_kitrap0d
2 parents 778e69f + 0d79a3a commit 78e4b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/local/ms10_015_kitrap0d.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def check
5555

5656
# Validate OS version
5757
winver = sysinfo["OS"]
58-
unless winver =~ /Windows 2000|Windows XP|Windows Vista|Windows 2003|Windows 2008|Windows 7/
58+
unless winver =~ /Windows 2000|Windows XP|Windows Vista|Windows 2003|Windows .NET Server|Windows 2008|Windows 7/
5959
return Exploit::CheckCode::Safe
6060
end
6161

0 commit comments

Comments
 (0)