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 a844b5c commit a8bf534Copy full SHA for a8bf534
lib/msf/core/exploit/remote/browser_exploit_server.rb
@@ -57,8 +57,9 @@ module Exploit::Remote::BrowserExploitServer
57
:office => 'office', # Example: "2007", "2010"
58
:java => 'java', # Example: 1.6, 1.6.0.0
59
:clsid => 'clsid', # ActiveX clsid. Also requires the :method key
60
- :method => 'method' # ActiveX method. Also requires the :clsid key
+ :method => 'method', # ActiveX method. Also requires the :clsid key
61
:mshtml_build => 'mshtml_build', # mshtml build. Example: "65535"
62
+ :flash => 'flash' # Example: "12.0" (chrome/ff) or "12.0.0.77" (IE)
63
}
64
65
def initialize(info={})
0 commit comments