Land #8428, Session listing from aggregator should show any remote id found.

bug/bundler_fix
Brent Cook 2017-05-22 21:55:39 -04:00
commit 0f4ad4994d
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module Msf
def show_session(details, target, local_id) def show_session(details, target, local_id)
status = pad_space(" #{local_id}", 4) status = pad_space(" #{local_id}", 4)
status += " #{details['ID']}" unless local_id.nil? status += " #{details['ID']}"
status = pad_space(status, 15) status = pad_space(status, 15)
status += " meterpreter " status += " meterpreter "
status += "#{guess_target_platform(details['OS'])} " status += "#{guess_target_platform(details['OS'])} "