We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778e69f + 0d79a3a commit 78e4b2bCopy full SHA for 78e4b2b
modules/exploits/windows/local/ms10_015_kitrap0d.rb
@@ -55,7 +55,7 @@ def check
55
56
# Validate OS version
57
winver = sysinfo["OS"]
58
- unless winver =~ /Windows 2000|Windows XP|Windows Vista|Windows 2003|Windows 2008|Windows 7/
+ unless winver =~ /Windows 2000|Windows XP|Windows Vista|Windows 2003|Windows .NET Server|Windows 2008|Windows 7/
59
return Exploit::CheckCode::Safe
60
end
61
0 commit comments