Skip to content

Commit a8bf534

Browse files
author
HD Moore
committed
Fix a merge error
1 parent a844b5c commit a8bf534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/msf/core/exploit/remote/browser_exploit_server.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ module Exploit::Remote::BrowserExploitServer
5757
:office => 'office', # Example: "2007", "2010"
5858
:java => 'java', # Example: 1.6, 1.6.0.0
5959
:clsid => 'clsid', # ActiveX clsid. Also requires the :method key
60-
:method => 'method' # ActiveX method. Also requires the :clsid key
60+
:method => 'method', # ActiveX method. Also requires the :clsid key
6161
:mshtml_build => 'mshtml_build', # mshtml build. Example: "65535"
62+
:flash => 'flash' # Example: "12.0" (chrome/ff) or "12.0.0.77" (IE)
6263
}
6364

6465
def initialize(info={})

0 commit comments

Comments
 (0)