Class: Msf::Plugin::Beholder
- Inherits:
-
Msf::Plugin
- Object
- Msf::Plugin
- Msf::Plugin::Beholder
- Defined in:
- plugins/beholder.rb
Defined Under Namespace
Classes: BeholderCommandDispatcher, BeholderWorker
Instance Attribute Summary
Attributes inherited from Msf::Plugin
Attributes included from Framework::Offspring
Instance Method Summary collapse
- #cleanup ⇒ Object
- #desc ⇒ Object
-
#initialize(framework, opts) ⇒ Beholder
constructor
Plugin Interface.
- #name ⇒ Object
Methods inherited from Msf::Plugin
#add_console_dispatcher, create, #flush, #input, #output, #print, #print_error, #print_good, #print_line, #print_status, #print_warning, #remove_console_dispatcher
Constructor Details
#initialize(framework, opts) ⇒ Beholder
Plugin Interface
328 329 330 331 |
# File 'plugins/beholder.rb', line 328 def initialize(framework, opts) super add_console_dispatcher(BeholderCommandDispatcher) end |
Instance Method Details
#cleanup ⇒ Object
333 334 335 |
# File 'plugins/beholder.rb', line 333 def cleanup remove_console_dispatcher('Beholder') end |
#desc ⇒ Object
341 342 343 |
# File 'plugins/beholder.rb', line 341 def desc 'Capture screenshots, webcam pictures, and keystrokes from active sessions' end |
#name ⇒ Object
337 338 339 |
# File 'plugins/beholder.rb', line 337 def name 'beholder' end |