Module: Msf::Exploit::Remote::BrowserAutopwn
- Includes:
- Auxiliary::Report
- Defined in:
- lib/msf/core/exploit/remote/browser_autopwn.rb
Defined Under Namespace
Modules: AutopwnClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
this is the magic.
Methods included from Auxiliary::Report
#active_db?, #create_cracked_credential, #create_credential, #create_credential_and_login, #create_credential_login, #db, #db_warning_given?, #get_client, #get_host, #inside_workspace_boundary?, #invalidate_login, #mytask, #myworkspace, #myworkspace_id, #report_auth_info, #report_client, #report_exploit, #report_host, #report_loot, #report_note, #report_service, #report_vuln, #report_web_form, #report_web_page, #report_web_site, #report_web_vuln, #store_cred, #store_local, #store_loot
Methods included from Metasploit::Framework::Require
optionally, optionally_active_record_railtie, optionally_include_metasploit_credential_creation, #optionally_include_metasploit_credential_creation, optionally_require_metasploit_db_gem_engines
Class Method Details
.included(base) ⇒ Object
this is the magic
15 16 17 |
# File 'lib/msf/core/exploit/remote/browser_autopwn.rb', line 15 def self.included(base) base.extend(AutopwnClassMethods) end |