1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-04 20:18:27 +02:00

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

This commit is contained in:
HD Moore 2014-09-29 15:50:25 -05:00
parent 878f3d12cd
commit 3b5eb42b55

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