We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e4e5dc + f6f421a commit 0f4ad49Copy full SHA for 0f4ad49
plugins/aggregator.rb
@@ -84,7 +84,7 @@ def usage_default_forward
84
85
def show_session(details, target, local_id)
86
status = pad_space(" #{local_id}", 4)
87
- status += " #{details['ID']}" unless local_id.nil?
+ status += " #{details['ID']}"
88
status = pad_space(status, 15)
89
status += " meterpreter "
90
status += "#{guess_target_platform(details['OS'])} "
0 commit comments