Method: Rex::Post::Meterpreter::Ui::Console::CommandDispatcher::Kiwi#kerberos_ticket_list_usage

Defined in:
lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb

#kerberos_ticket_list_usageObject

Output the usage for the ticket listing functionality.



228
229
230
231
232
233
# File 'lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb', line 228

def kerberos_ticket_list_usage
  print(
    "\nUsage: kerberos_ticket_list [-h] [-e <true|false>] [-p <path>]\n\n" +
    "List all the available Kerberos tickets.\n\n" +
    @@kerberos_ticket_list_opts.usage)
end