Skip to content

Commit f6f421a

Browse files
committed
remote id not suppressed based on local
1 parent 10cedf8 commit f6f421a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/aggregator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def usage_default_forward
8484

8585
def show_session(details, target, local_id)
8686
status = pad_space(" #{local_id}", 4)
87-
status += " #{details['ID']}" unless local_id.nil?
87+
status += " #{details['ID']}"
8888
status = pad_space(status, 15)
8989
status += " meterpreter "
9090
status += "#{guess_target_platform(details['OS'])} "

0 commit comments

Comments
 (0)