diff --git a/lib/msf/core/exploit/browser_autopwn.rb b/lib/msf/core/exploit/browser_autopwn.rb index 033d017308..745df12eeb 100644 --- a/lib/msf/core/exploit/browser_autopwn.rb +++ b/lib/msf/core/exploit/browser_autopwn.rb @@ -43,6 +43,7 @@ module Exploit::Remote::BrowserAutopwn @autopwn_opts[:ua_maxver] = opts[:ua_maxver] || opts[:ua_maxversion] || nil @autopwn_opts[:ua_ver] = opts[:ua_ver] || opts[:ua_version] || nil @autopwn_opts[:classid] = opts[:classid] || opts[:clsid] || nil + @autopwn_opts[:method] = opts[:method] || opts[:method] || nil @autopwn_opts[:javascript] = (opts[:javascript].nil?) ? true : opts[:javascript] @autopwn_opts[:os_name] = opts[:os_name] || nil @autopwn_opts[:os_ver] = opts[:os_ver] || opts[:os_version] || nil