Class: Arachni::RPC::XML::Server::Module::Manager

Inherits:
Module::Manager show all
Defined in:
lib/rpc/xml/server/module/manager.rb

Overview

We need to extend the original Manager and redeclare its inherited methods which are required over XMLRPC.

@author: Tasos “Zapotek” Laskos

<[email protected]>
<[email protected]>

@version: 0.1.1

Constant Summary

Constants inherited from ComponentManager

ComponentManager::EXCLUDE, ComponentManager::WILDCARD

Instance Method Summary collapse

Methods inherited from Module::Manager

register_results, reset, results, #results

Methods included from UI::Output

#buffer, #debug!, #debug?, #flush_buffer, #mute!, #muted?, #only_positives!, #only_positives?, #print_debug, #print_debug_backtrace, #print_debug_pp, #print_error, #print_error_backtrace, #print_info, #print_line, #print_ok, #print_status, #print_verbose, #reroute_to_file, #reroute_to_file?, #unmute!, #verbose!, #verbose?

Methods inherited from ComponentManager

#[], #available, #load, #name_to_path, #parse, #path_to_name, #paths, #prep_opts, #wilcard_to_names

Constructor Details

#initialize(opts) ⇒ Manager

Returns a new instance of Manager.



36
37
38
# File 'lib/rpc/xml/server/module/manager.rb', line 36

def initialize( opts )
    super( opts )
end