diff --git a/lib/msf/ui/console/driver.rb b/lib/msf/ui/console/driver.rb index a8098e1026..2e47b0c061 100644 --- a/lib/msf/ui/console/driver.rb +++ b/lib/msf/ui/console/driver.rb @@ -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