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 4b7f85e commit 07ab05cCopy full SHA for 07ab05c
lib/msf/core/exploit/remote/browser_exploit_server.rb
@@ -56,7 +56,7 @@ module Exploit::Remote::BrowserExploitServer
56
:clsid => 'clsid', # ActiveX clsid. Also requires the :method key
57
:method => 'method', # ActiveX method. Also requires the :clsid key
58
:mshtml_build => 'mshtml_build', # mshtml build. Example: "65535"
59
- :flash => 'flash' # Example: "12.0" (chrome/ff) or "12.0.0.111" (IE)
+ :flash => 'flash' # Example: "12.0" (chrome/ff) or "12.0.0.77" (IE)
60
}
61
62
def initialize(info={})
0 commit comments