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.
1 parent 2b19931 commit 182850dCopy full SHA for 182850d
modules/exploits/windows/browser/adobe_flash_pcre.rb
@@ -48,7 +48,7 @@ def initialize(info={})
48
:source => /script|headers/i,
49
:clsid => "{D27CDB6E-AE6D-11cf-96B8-444553540000}",
50
:method => "LoadMovie",
51
- :os_name => OperatingSystems::Match::WINDOWS,
+ :os_name => OperatingSystems::Match::WINDOWS_7,
52
:ua_name => Msf::HttpClients::IE,
53
# Ohter versions are vulnerable but .235 is the one that works for me pretty well
54
# So we're gonna limit to this one for now. More validation needed in the future.
0 commit comments