bug/bundler_fix
wchen-r7 2015-07-11 23:24:01 -05:00
parent 88357857a0
commit 8d40d30d47
1 changed files with 2 additions and 2 deletions

View File

@ -311,8 +311,8 @@ module Msf
# We have to special case firefox
payload_name = wanted[:payload_name].include?('firefox/') ? wanted[:payload_name].gsub('firefox/', 'generic/') : wanted[:payload_name]
# User configurable options
# We could do a massive multi_handler.datastore.merge!(self.datastore), but this seems
# User-configurable options
# multi_handler.datastore.merge!(self.datastore) could be used, but
# really expensive. Costs more loading time.
multi_handler.datastore['LHOST'] = get_payload_lhost
multi_handler.datastore['PAYLOAD'] = payload_name