Module: Msf::Module::UI::Line::Verbose
- Included in:
- Exploit::Remote::BrowserExploitServer, Msf::Module::UI::Line
- Defined in:
- lib/msf/core/module/ui/line/verbose.rb
Instance Method Summary collapse
-
#vprint_line(msg = '') ⇒ Object
Verbose version of #print_line.
Instance Method Details
#vprint_line(msg = '') ⇒ Object
Verbose version of #print_line
3 4 5 |
# File 'lib/msf/core/module/ui/line/verbose.rb', line 3 def vprint_line(msg='') print_line(msg) if datastore['VERBOSE'] || framework.datastore['VERBOSE'] end |