Skip to content

Commit 0d79a3a

Browse files
committed
Add support to Windows .NET Server
1 parent 778e69f commit 0d79a3a

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)