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.
1 parent 48c50a8 commit 356f361Copy full SHA for 356f361
lib/msf/core/rpc/v10/rpc_session.rb
@@ -397,6 +397,7 @@ def rpc_meterpreter_script( sid, data)
397
398
# Changes the Transport of a given Meterpreter Session
399
#
400
+ # @param sid [Fixnum] The Session ID of the `Msf::Session`
401
# @option opts [String] :transport The transport protocol to use (e.g. reverse_tcp, reverse_http, bind_tcp etc)
402
# @option opts [String] :lhost The LHOST of the listener to use
403
# @option opts [String] :lport The LPORT of the listener to use
0 commit comments