Method: Rex::Post::Meterpreter::Extensions::Stdapi::UI#initialize
- Defined in:
- lib/rex/post/meterpreter/extensions/stdapi/ui.rb
#initialize(client) ⇒ UI
Initializes the post-exploitation user-interface manipulation subsystem.
35 36 37 |
# File 'lib/rex/post/meterpreter/extensions/stdapi/ui.rb', line 35 def initialize(client) self.client = client end |