Skip to content

Commit 8d40d30

Browse files
committed
Comemnt
1 parent 8835785 commit 8d40d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/exploit/browser_autopwnv2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ def start_payload_listeners
311311
# We have to special case firefox
312312
payload_name = wanted[:payload_name].include?('firefox/') ? wanted[:payload_name].gsub('firefox/', 'generic/') : wanted[:payload_name]
313313

314-
# User configurable options
315-
# We could do a massive multi_handler.datastore.merge!(self.datastore), but this seems
314+
# User-configurable options
315+
# multi_handler.datastore.merge!(self.datastore) could be used, but
316316
# really expensive. Costs more loading time.
317317
multi_handler.datastore['LHOST'] = get_payload_lhost
318318
multi_handler.datastore['PAYLOAD'] = payload_name

0 commit comments

Comments
 (0)