Switch to Msf::OperatingSystems::Match::WINDOWS

bug/bundler_fix
HD Moore 2014-09-29 15:50:25 -05:00
parent 878f3d12cd
commit 3b5eb42b55
1 changed files with 1 additions and 1 deletions

View File

@ -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
})