Fix error when load options from persist file.

This commit is contained in:
Green-m
2018-06-25 05:50:06 -04:00
parent 0145744255
commit 9806ee327a
+1 -1
View File
@@ -189,7 +189,7 @@ class Driver < Msf::Ui::Driver
persistent_handler.each do |handler_opts|
handler = framework.modules.create(handler_opts['mod_name'])
handler.exploit_simple(handler_opts['options'])
handler.exploit_simple(handler_opts['mod_options'])
end
end