Switch to Msf::OperatingSystems::Match::WINDOWS
parent
878f3d12cd
commit
3b5eb42b55
|
@ -29,7 +29,7 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
:ua_minver => "8.0",
|
||||
:ua_maxver => "10.0",
|
||||
:javascript => true,
|
||||
:os_name => /^Windows/,
|
||||
:os_name => OperatingSystems::Match::WINDOWS,
|
||||
:rank => NormalRanking
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue