Add support to Windows .NET Server
parent
778e69f929
commit
0d79a3a3e2
|
@ -55,7 +55,7 @@ class MetasploitModule < Msf::Exploit::Local
|
|||
|
||||
# Validate OS version
|
||||
winver = sysinfo["OS"]
|
||||
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/
|
||||
return Exploit::CheckCode::Safe
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue