remote id not suppressed based on local

bug/bundler_fix
Jeffrey Martin 2017-05-21 19:21:52 -05:00
parent 10cedf81b3
commit f6f421afb7
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

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