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

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

Overview

We need to extend the original Manager and re-declare its inherited methods which are required over RPC.

Author:

Constant Summary

Constants inherited from Module::Manager

Module::Manager::NAMESPACE

Constants inherited from Component::Manager

Component::Manager::EXCLUDE, Component::Manager::WILDCARD

Instance Attribute Summary

Attributes inherited from Component::Manager

#lib, #namespace

Instance Method Summary collapse

Methods inherited from Module::Manager

do_not_store, #do_not_store, #initialize, issue_set, #issue_set, issues, #on_register_results, on_register_results, on_register_results_raw, #on_register_results_raw, register_results, #register_results, #reset, reset, results, #results, #run, #run_module?, #run_one, #schedule, store, #store, #store?, store?

Methods included from Utilities

#available_port, #cookie_encode, #cookies_from_document, #cookies_from_file, #cookies_from_response, #exception_jail, #exclude_path?, #extract_domain, #follow_protocol?, #form_decode, #form_encode, #form_parse_request_body, #forms_from_document, #forms_from_response, #generate_token, #get_path, #html_decode, #html_encode, #include_path?, #links_from_document, #links_from_response, #normalize_url, #page_from_response, #page_from_url, #parse_query, #parse_set_cookie, #parse_url_vars, #path_in_domain?, #path_too_deep?, #port_available?, #rand_port, #redundant_path?, #remove_constants, #seed, #skip_page?, #skip_path?, #skip_resource?, #to_absolute, #uri_decode, #uri_encode, #uri_parse, #uri_parser, #url_sanitize

Methods included from Module::Utilities

#read_file

Methods inherited from Component::Manager

#[], #available, #clear, #delete, #include?, #initialize, #load_all, #load_by_tags, #loaded, #name_to_path, #parse, #path_to_name, #paths, #prep_opts

Methods included from UI::Output

#debug?, #debug_off, #debug_on, #disable_only_positives, #error_logfile, #flush_buffer, #log_error, #mute, #muted?, old_reset_output_options, #only_positives, #only_positives?, #print_bad, #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?, reset_output_options, #set_buffer_cap, #set_error_logfile, #uncap_buffer, #unmute, #verbose, #verbose?

Methods inherited from Hash

#downcase, #find_symbol_keys_recursively, #recode, #stringify_keys, #symbolize_keys

Constructor Details

This class inherits a constructor from Arachni::Module::Manager

Instance Method Details

#load(mods) ⇒ Object



37
38
39
# File 'lib/arachni/rpc/server/module/manager.rb', line 37

def load( mods )
    @opts.mods = super( mods )
end