Commit Graph

15 Commits (3b79af6b66995e25be047b9e69b6859deb9882f5)

Author SHA1 Message Date
HarmJ0y 3b79af6b66 Added Opsec section in README.md
kerberoast action now has /domain and /dc like asreproast action
kerberoast/asreproast actions now properly work over domain trusts
2019-02-12 17:59:41 -08:00
HarmJ0y 8b7202e49c 1.3.4 : triage command now works for the current non-elevated user, outputting current LUID as well
Current LUID output also added for non-elevated **dump** and **klist** commands
2019-02-12 11:17:28 -08:00
HarmJ0y 18acde1fb2 updated README.md to match the help output, updated all examples, added table of contents 2019-02-11 18:41:35 -08:00
HarmJ0y 48f6af25fa Version 1.3.3
-added a "triage" command to quickly triage tickets on a host
-changed default LUID output to hex format for klist/dump commands
2019-02-07 10:09:27 -08:00
HarmJ0y 805cb798fb Version 1.3.2
-Added /outfile:X to output hashes to a file for kerberoast/asreproast, one hash per line
-changed asreproast's default behavior to match kerberoast
-clustered the default output help menu around function (things were getting crowded)

See CHANGELOG.md for full details
2019-02-06 18:42:50 -08:00
HarmJ0y 0db08609d3 Added instructions to README.md on how to run Rubeus through PowerShell 2019-02-06 16:28:30 -08:00
HarmJ0y 1cc4a59349 Added Rubeus library build instructions to the README.md 2019-02-06 16:17:35 -08:00
HarmJ0y ac66e13b83 Rubeus 1.3.0. See CHANGELOG.md for a summary of changes. 2019-02-05 17:56:54 -08:00
Dwight Hohnstein d2ef39ad7b readme 2018-10-15 16:30:26 -07:00
Dwight Hohnstein 872379a479 Updated readme 2018-10-15 16:27:06 -07:00
HarmJ0y 6c8832b6be updated readme 2018-10-04 09:13:17 -04:00
HarmJ0y 4c91457523 Rubeus 1.1.0
[new] "asktgs" action
    -takes /ptt:X, /dc:X, /ticket:X flags like asktgt
    - /service:X takes one or more SPN specifications

[new] "tgtdeleg" action
    -reimplements @gentilkiwi's Kekeo tgt::deleg action
    -uses the GSS-API Kerberos specification (RFC 4121) to request a "fake" delegation context that stores a KRB-CRED in the Authenticator Checksum
        -combined with extracting the service session key from the local cache, this allows us to recover usable TGTs for the current user without elevation

[added] "s4u" action
    -Added option for multiple alternate snames (/altservice:X,Y,...)
    -This executes the S4U2self/S4U2proxy process only once, and substitutes the multiple alternate service names
        into the final resulting service ticket structure(s) for as many snames as specified

[fix] "dump" action
    -Corrected extraction of complete ServiceName/TargetName strings

[fix] "asreproast" action
    -fixed salt demarcation line for "asreproast" hashes
    -added eventual hashcat output format, use "/format:<john/hashcat>", default of "john"

[fix] "kerberoast" action
    -Added reference for @machsosec for the KerberosRequestorSecurityToken.GetRequest Kerberoasting Method()
    -Corrected encType extraction for the hash output
2018-09-30 22:09:27 -04:00
HarmJ0y 4c94eb8f3a -Added option for multiple alternate snames (/altservice:X,Y,...) for the s4u actions
--The executes the S4U2self/S4U2proxy process only once, and substitutes the multiple alternate
service names into the final resulting service ticket structure(s) for as many snames as specified
2018-09-24 23:16:49 -04:00
HarmJ0y 3e12571c10 updated renew example 2018-09-24 13:57:29 -04:00
HarmJ0y 85a1aa42c3 initial release 2018-09-24 03:14:15 -04:00