I guess that's fine
parent
6136269ace
commit
7742d85f2f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue