Skip to content

Commit 0f4ad49

Browse files
author
Brent Cook
committed
Land rapid7#8428, Session listing from aggregator should show any remote id found.
2 parents 3e4e5dc + f6f421a commit 0f4ad49

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)