I guess that's fine

bug/bundler_fix
wchen-r7 2015-06-27 20:58:19 -05:00
parent 6136269ace
commit 7742d85f2f
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module Msf
next
end
if mod.kind_of?(Msf::Exploit::Remote::BrowserExploitServer)
set_exploit_options(mod)
@bap_exploits << mod
end
end
@ -460,6 +460,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,