Skip to content

Commit 182850d

Browse files
committed
Stick to Win 7
1 parent 2b19931 commit 182850d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/adobe_flash_pcre.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def initialize(info={})
4848
:source => /script|headers/i,
4949
:clsid => "{D27CDB6E-AE6D-11cf-96B8-444553540000}",
5050
:method => "LoadMovie",
51-
:os_name => OperatingSystems::Match::WINDOWS,
51+
:os_name => OperatingSystems::Match::WINDOWS_7,
5252
:ua_name => Msf::HttpClients::IE,
5353
# Ohter versions are vulnerable but .235 is the one that works for me pretty well
5454
# So we're gonna limit to this one for now. More validation needed in the future.

0 commit comments

Comments
 (0)