Module: Msf::Module::UI::Line
Defined Under Namespace
Modules: Verbose
Instance Method Summary collapse
Methods included from Verbose
Instance Method Details
#print_line(msg = '') ⇒ Object
6 7 8 |
# File 'lib/msf/core/module/ui/line.rb', line 6 def print_line(msg='') super(print_line_prefix + msg) end |
#print_line_prefix ⇒ Object
10 11 12 |
# File 'lib/msf/core/module/ui/line.rb', line 10 def print_line_prefix datastore['CustomPrintPrefix'] || framework.datastore['CustomPrintPrefix'] || '' end |