Class: Msf::Ui::Console::CommandDispatcher::Encoder
- Inherits:
-
Object
- Object
- Msf::Ui::Console::CommandDispatcher::Encoder
- Includes:
- ModuleCommandDispatcher
- Defined in:
- lib/msf/ui/console/command_dispatcher/encoder.rb
Overview
Command dispatcher for encoder modules.
Instance Attribute Summary
Attributes included from Msf::Ui::Console::CommandDispatcher
Attributes included from Rex::Ui::Text::DispatcherShell::CommandDispatcher
Instance Method Summary collapse
-
#commands ⇒ Object
Encoder’s don’t currently have a user interface.
-
#name ⇒ Object
Returns the name of the command dispatcher.
Methods included from ModuleCommandDispatcher
#check_multiple, #check_progress, #check_show_progress, #check_simple, #cmd_check, #cmd_check_help, #cmd_reload, #cmd_reload_help, #mod, #mod=, #reload, #report_vuln
Methods included from ModuleArgumentParsing
#append_datastore_option, #parse_check_opts, #parse_exploit_opts, #parse_opts, #parse_run_opts, #print_module_run_or_check_usage, #quote_whitespaced_value, #resembles_datastore_assignment?, #resembles_rhost_value?
Methods included from Msf::Ui::Console::CommandDispatcher
#active_module, #active_module=, #active_session, #active_session=, #build_range_array, #docs_dir, #framework, #initialize, #load_config, #log_error, #remove_lines
Methods included from Rex::Ui::Text::DispatcherShell::CommandDispatcher
#cmd_help, #cmd_help_help, #cmd_help_tabs, #deprecated_cmd, #deprecated_commands, #deprecated_help, #docs_dir, #help_to_s, included, #initialize, #print, #print_error, #print_good, #print_line, #print_status, #print_warning, #tab_complete_directory, #tab_complete_filenames, #tab_complete_generic, #tab_complete_source_address, #unknown_command, #update_prompt
Instance Method Details
#commands ⇒ Object
Encoder’s don’t currently have a user interface.
26 27 28 |
# File 'lib/msf/ui/console/command_dispatcher/encoder.rb', line 26 def commands { } end |
#name ⇒ Object
Returns the name of the command dispatcher.
19 20 21 |
# File 'lib/msf/ui/console/command_dispatcher/encoder.rb', line 19 def name "Encoder" end |