| Class | Msf::Sessions::Meterpreter |
| In: |
lib/msf/base/sessions/meterpreter.rb
|
| Parent: | Rex::Post::Meterpreter::Client |
This class represents a session compatible interface to a meterpreter server instance running on a remote machine. It provides the means of interacting with the server instance both at an API level as well as at a console level.
| ScriptBase | = | Msf::Config.script_directory + Msf::Config::FileSep + "meterpreter" |
| UserScriptBase | = | Msf::Config.user_script_directory + Msf::Config::FileSep + "meterpreter" |
Initializes a meterpreter session instance using the supplied rstream that is to be used as the client‘s connection to the server.