Skip to content

Commit 07ab05c

Browse files
committed
Update a comment
1 parent 4b7f85e commit 07ab05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module Exploit::Remote::BrowserExploitServer
5656
:clsid => 'clsid', # ActiveX clsid. Also requires the :method key
5757
:method => 'method', # ActiveX method. Also requires the :clsid key
5858
:mshtml_build => 'mshtml_build', # mshtml build. Example: "65535"
59-
:flash => 'flash' # Example: "12.0" (chrome/ff) or "12.0.0.111" (IE)
59+
:flash => 'flash' # Example: "12.0" (chrome/ff) or "12.0.0.77" (IE)
6060
}
6161

6262
def initialize(info={})

0 commit comments

Comments
 (0)