Skip to content

Commit

Permalink
Fix silly mistake in handling of results in core_loadlib
Browse files Browse the repository at this point in the history
  • Loading branch information
OJ committed Jul 1, 2019
1 parent 7f6540f commit 3d32f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rex/post/meterpreter/client_core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def load_library(opts)
end

commands = []
response.each(TLV_TYPE_STRING) { |c|
response.each(TLV_TYPE_METHOD) { |c|
commands << c.value
}

Expand Down

0 comments on commit 3d32f5e

Please sign in to comment.