Even faster
parent
9bd920b169
commit
5c039ccfd7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue