Module: Msf::Module::UI

Includes:
Line, Message, Rex::Ui::Subscriber
Included in:
Exploit::SQLi::Common, Msf::Module
Defined in:
lib/msf/core/module/ui.rb

Defined Under Namespace

Modules: Line, Message

Instance Attribute Summary

Attributes included from Rex::Ui::Subscriber::Input

#user_input

Attributes included from Rex::Ui::Subscriber::Output

#user_output

Instance Method Summary collapse

Methods included from Message

#print_error, #print_good, #print_prefix, #print_status, #print_warning

Methods included from Message::Verbose

#vprint_error, #vprint_good, #vprint_status, #vprint_warning

Methods included from Line

#print_line, #print_line_prefix

Methods included from Line::Verbose

#vprint_line

Methods included from Rex::Ui::Subscriber

#copy_ui, #reset_ui

Methods included from Rex::Ui::Subscriber::Input

#gets

Methods included from Rex::Ui::Subscriber::Output

#flush, #print, #print_blank_line, #print_error, #print_good, #print_line, #print_status, #print_warning

Instance Method Details

#init_ui(*args) ⇒ Object



19
20
21
22
# File 'lib/msf/core/module/ui.rb', line 19

def init_ui(*args)
  super
  alert_user
end