Method: Rex::Post::Meterpreter::Ui::Console::CommandDispatcher::Core#cmd_info_help
- Defined in:
- lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
#cmd_info_help ⇒ Object
1225 1226 1227 1228 1229 1230 |
# File 'lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb', line 1225 def cmd_info_help print_line 'Usage: info <module>' print_line print_line 'Prints information about a post-exploitation module' print_line end |