Even faster
parent
9bd920b169
commit
5c039ccfd7
|
@ -63,7 +63,6 @@ module Msf
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
if mod.kind_of?(Msf::Exploit::Remote::BrowserExploitServer)
|
if mod.kind_of?(Msf::Exploit::Remote::BrowserExploitServer)
|
||||||
set_exploit_options(mod)
|
|
||||||
@bap_exploits << mod
|
@bap_exploits << mod
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -460,6 +459,7 @@ module Msf
|
||||||
# @return [void]
|
# @return [void]
|
||||||
def start_exploits
|
def start_exploits
|
||||||
bap_exploits.each do |m|
|
bap_exploits.each do |m|
|
||||||
|
set_exploit_options(m)
|
||||||
m.exploit_simple(
|
m.exploit_simple(
|
||||||
'LocalInput' => self.user_input,
|
'LocalInput' => self.user_input,
|
||||||
'LocalOutput' => self.user_output,
|
'LocalOutput' => self.user_output,
|
||||||
|
|
Loading…
Reference in New Issue