Skip to content

Commit 4990469

Browse files
committed
Land rapid7#3317, cleanup for Kiwi Meterpreter extension
2 parents 4bd2dab + c3fb5bf commit 4990469

File tree

1 file changed

+5
-5
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+5
-5
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ def cmd_lsa_dump(*args)
146146
"-u" => [ true, "Name of the user to create the ticket for" ],
147147
"-i" => [ true, "ID of the user to associate the ticket with" ],
148148
"-g" => [ true, "Comma-separated list of group identifiers to include (eg: 501,502)" ],
149-
"-d" => [ true, "Name of the target domain" ],
150-
"-k" => [ true, "Kerberos ticket granting token" ],
151-
"-t" => [ true, "Path of the file to store the ticket in" ],
149+
"-d" => [ true, "Name of the target domain (FQDN)" ],
150+
"-k" => [ true, "krbtgt domain user NTLM hash" ],
151+
"-t" => [ true, "Local path of the file to store the ticket in" ],
152152
"-s" => [ true, "SID of the domain" ]
153153
)
154154

@@ -157,7 +157,7 @@ def cmd_lsa_dump(*args)
157157
#
158158
def golden_ticket_create_usage
159159
print(
160-
"\nUsage: kerberos_ticket_list [-h] -u <user> -d <domain> -k <tgt> -s <sid> [-i <id>] [-g <groups> -t <path>\n\n" +
160+
"\nUsage: golden_ticket_create [-h] -u <user> -d <domain> -k <krbtgt_ntlm> -s <sid> -t <path> [-i <id>] [-g <groups>]\n\n" +
161161
"Create a golden kerberos ticket that expires in 10 years time.\n\n" +
162162
@@golden_ticket_create_opts.usage)
163163
end
@@ -304,7 +304,7 @@ def cmd_kerberos_ticket_list(*args)
304304
# Invoke the kerberos ticket purging functionality on the target machine.
305305
#
306306
def cmd_kerberos_ticket_purge(*args)
307-
client.kiwi.keberos_ticket_purge
307+
client.kiwi.kerberos_ticket_purge
308308
print_good("Kerberos tickets purged")
309309
end
310310

0 commit comments

Comments
 (0)