diff --git a/lib/msf/core/exploit/browser_autopwnv2.rb b/lib/msf/core/exploit/browser_autopwnv2.rb index 7da6a2d385..885b86c782 100644 --- a/lib/msf/core/exploit/browser_autopwnv2.rb +++ b/lib/msf/core/exploit/browser_autopwnv2.rb @@ -63,7 +63,6 @@ module Msf next end if mod.kind_of?(Msf::Exploit::Remote::BrowserExploitServer) - set_exploit_options(mod) @bap_exploits << mod end end @@ -460,6 +459,7 @@ module Msf # @return [void] def start_exploits bap_exploits.each do |m| + set_exploit_options(m) m.exploit_simple( 'LocalInput' => self.user_input, 'LocalOutput' => self.user_output,